Skip to content

Commit

Permalink
chore(linter): remove goimports (#1104)
Browse files Browse the repository at this point in the history
having both goimports and gci could create conflicts
  • Loading branch information
wass3rw3rk authored Apr 11, 2024
1 parent a0e290b commit 37bdad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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
Expand Down

0 comments on commit 37bdad3

Please sign in to comment.