Skip to content

Commit

Permalink
Chore: try to resolve golangci-lint action failure
Browse files Browse the repository at this point in the history
Could it be in the generated files? Local lint doesn't see the same
issues.
  • Loading branch information
memes committed Aug 5, 2022
1 parent 01f4590 commit 9cb86c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ run:
deadline: 5m
max-issues-per-linter: 0
max-same-issues: 0
skip-dirs:
- pkg/generated
linters:
disable-all: true
enable:
Expand Down

0 comments on commit 9cb86c4

Please sign in to comment.