Skip to content

Commit

Permalink
Enable additional linters
Browse files Browse the repository at this point in the history
These linters seem to be useful. Enable them.

Signed-off-by: Christopher Obbard <[email protected]>
  • Loading branch information
obbardc committed Oct 31, 2024
1 parent 5fcf523 commit dd55d94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
linters:
enable:
- errcheck
- errorlint
- gofmt
- gosimple
- govet
- ineffassign
- misspell
- revive
- staticcheck
- stylecheck
- unused
- whitespace

0 comments on commit dd55d94

Please sign in to comment.