mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
lower golangci-lint requirements (#1654)
Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user