Skip to content

Commit

Permalink
some more lint mess
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiandre committed Aug 21, 2024
1 parent cd81b8c commit f722d2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ linters:
- ineffassign
- misspell
- nakedret
- exportloopref
- copyloopvar
- staticcheck
- stylecheck
- typecheck
Expand All @@ -46,6 +46,9 @@ linters-settings:
excludes:
- G404
- G115
govet:
disable:
- printf

issues:
max-issues-per-linter: 0
Expand Down

0 comments on commit f722d2b

Please sign in to comment.