Skip to content

Commit

Permalink
dissable goimports linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Disper committed Sep 12, 2023
1 parent 16d625d commit 0bcd3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ linters:
- goconst # finds repeated strings that could be replaced by a constant
- gocritic # provides diagnostics that check for bugs, performance and style issues
- godox # detects TODOs keywords
- goimports # in addition to fixing imports, goimports also formats your code in the same style as gofmt
# - goimports # in addition to fixing imports, goimports also formats your code in the same style as gofmt. Dissabled as can't work together with `gci`
- gomnd # detects magic numbers
- gomoddirectives # manages the use of 'replace', 'retract', and 'excludes' directives in go.mod
- nestif # reports deeply nested if statements
Expand Down

0 comments on commit 0bcd3ac

Please sign in to comment.