mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
lower golangci-lint requirements (#1654)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bffb968c1f
commit
f2ee7a3c8f
@@ -24,6 +24,16 @@ linters-settings:
|
||||
require-explanation: true
|
||||
require-specific: true
|
||||
|
||||
cyclop:
|
||||
max-complexity: 15
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
- path: (.+)_test.go
|
||||
linters:
|
||||
- funlen
|
||||
- dupl
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
enable:
|
||||
|
||||
Reference in New Issue
Block a user