Add exclude flag support (#1900)

Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
This commit is contained in:
Arel Rabinowitz
2024-11-05 17:16:00 +02:00
committed by GitHub
parent e802b23200
commit 3d4bf29c56
55 changed files with 4428 additions and 628 deletions

View File

@@ -35,6 +35,9 @@ linters-settings:
gocognit:
min-complexity: 50
goconst:
ignore-tests: true # Is documented to be the default behaviour, but that doesn't seem to be the case
issues:
exclude-rules:
- path: (.+)_test.go