Skip to content

Commit

Permalink
fix linter config (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso authored Feb 26, 2025
1 parent 1aaade7 commit 863b7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
run:
timeout: 10m
allow-parallel-runners: true
exclude-dirs:
- pkg/client
build-tags:
- e2e

Expand All @@ -18,6 +16,8 @@ issues:
uniq-by-line: true
max-issues-per-linter: 0
max-same-issues: 0
exclude-dirs:
- pkg/client
exclude-rules:
- path: test # Excludes /test, *_test.go etc.
linters:
Expand Down

0 comments on commit 863b7af

Please sign in to comment.