Skip to content

Commit

Permalink
Enable more golangci linters
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Obbard <[email protected]>
  • Loading branch information
obbardc committed Oct 30, 2024
1 parent b42597a commit cfa4def
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
linters:
enable:
- errcheck
- errorlint
- gofmt
- gosimple
- govet
- ineffassign
- staticcheck
- stylecheck
- unused
- whitespace

0 comments on commit cfa4def

Please sign in to comment.