Skip to content

Commit

Permalink
Merge pull request #23 from mittwald/exlude-test-dir
Browse files Browse the repository at this point in the history
Update .golangci.yml to exclude test-dir as well as tests-dir
  • Loading branch information
tillwestpfahl authored Apr 18, 2024
2 parents 2972ae3 + b18e4b1 commit ec9515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ issues:
max-same-issues: 100
# Excluding configuration per-path, per-linter, per-text and per-source
exclude-dirs:
- tests/
- test(s)?/
- pkg/pb/
exclude-files:
- .*/generated\.go
Expand Down

0 comments on commit ec9515d

Please sign in to comment.