diff --git a/.golangci.yml b/.golangci.yml index c0ae17b1..e70e6773 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -36,6 +36,7 @@ linters: - funlen # rely on code review to limit function length - gocognit # dubious "cognitive overhead" quantification - gofumpt # prefer standard gofmt + - goimports # rely on gci instead - golint # deprecated by Go team - gomnd # some unnamed constants are okay - ifshort # deprecated by author