Skip to content

Commit

Permalink
more linters (these need some trivial fixes)
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 cfa4def commit 78335c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ linters:
enable:
- errcheck
- errorlint
- gocritic
- gofmt
- gosimple
- govet
- ineffassign
- misspell
- revive
- tagalign
- staticcheck
- stylecheck
- unused
Expand Down

0 comments on commit 78335c9

Please sign in to comment.