Skip to content

Commit

Permalink
fixup! fix: Clean up golangci-lint config
Browse files Browse the repository at this point in the history
explicitly exclude pkg/plugin/generated

Signed-off-by: Mateus Oliveira <[email protected]>
  • Loading branch information
mateusoliveira43 committed Oct 9, 2024
1 parent 081a9fa commit 66c51fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ issues:
- unused
exclude-dirs:
- third_party/*
- pkg/plugin/generated/*
exclude-dirs-use-default: false
max-issues-per-linter: 0
max-same-issues: 0
Expand Down

0 comments on commit 66c51fb

Please sign in to comment.