Skip to content

Commit

Permalink
update linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Aug 8, 2024
1 parent 5a81e2f commit ad5989a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Visit https://golangci-lint.run/ for usage documentation
# and information on other useful linters
issues:
max-per-linter: 0
max-same-issues: 0

linters:
disable-all: true
enable:
Expand All @@ -24,4 +22,4 @@ linters:
- unconvert
- unparam
- unused
- vet
- govet

0 comments on commit ad5989a

Please sign in to comment.