Skip to content

Commit

Permalink
Update golangci-lint version
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vašek <[email protected]>
  • Loading branch information
matejvasek committed Dec 2, 2024
1 parent f577063 commit 0d95ab7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ run:
- postupgrade
- postdowngrade

skip-dirs:
- pkg/client

linters:
enable:
- asciicheck
Expand All @@ -22,6 +19,8 @@ linters:
- errcheck

issues:
exclude-dirs:
- pkg/client
exclude-rules:
- path: test # Excludes /test, *_test.go etc.
linters:
Expand Down

0 comments on commit 0d95ab7

Please sign in to comment.