mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
Add exclude flag support (#1900)
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user