From bf79aa765b8d17b3f5397046be2f95a9792232e6 Mon Sep 17 00:00:00 2001 From: David May <49894298+wass3rw3rk@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:15:05 -0500 Subject: [PATCH] chore(linter): remove goimports (#305) having both goimports and gci could create conflicts --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 7abdeef..3a15441 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -84,7 +84,6 @@ linters: - godot # checks if comments end in a period - gofmt # checks whether code was gofmt-ed - goheader # checks is file header matches to pattern - - goimports # fixes imports and formats code in same style as gofmt - gomoddirectives # manage the use of 'replace', 'retract', and 'excludes' directives in go.mod - goprintffuncname # checks that printf-like functions are named with f at the end - gosec # inspects code for security problems