Skip to content

Commit

Permalink
fix: disable golangci goimports lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres committed Jul 15, 2024
1 parent c1efc1d commit 60d3179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ linters:
- gofmt # On why gofmt when goimports is enabled - https://github.com/golang/go/issues/21476
- gofumpt
- goheader
- goimports
# - goimports
# - gomnd
# - gomoddirectives
# - gomodguard
Expand Down

0 comments on commit 60d3179

Please sign in to comment.