Skip to content

Commit

Permalink
fix regex for skipping generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hermsi1337 committed Sep 23, 2024
1 parent 42541d0 commit 2b02da0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ issues:
max-same-issues: 100
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-dirs:
- test(s)?/
- tests?/
- pkg/pb/
exclude-files:
- .*/generated\.go
- .*_?generated\.go
exclude-rules:
# Exclude lll issues for long lines with go:generate
- linters:
Expand Down

0 comments on commit 2b02da0

Please sign in to comment.