2022-05-19 19:05:38 +03:00
|
|
|
linters:
|
|
|
|
|
enable:
|
|
|
|
|
- bodyclose
|
|
|
|
|
- decorder
|
|
|
|
|
- dogsled
|
|
|
|
|
- errorlint
|
|
|
|
|
- exportloopref
|
2022-07-20 17:37:09 +03:00
|
|
|
#- gocognit - disabled till better times
|
2022-05-19 19:05:38 +03:00
|
|
|
- goconst
|
|
|
|
|
- gocyclo
|
|
|
|
|
- gosec
|
|
|
|
|
- ifshort
|
|
|
|
|
- makezero
|
2022-06-08 15:55:16 +03:00
|
|
|
#- nestif - disabled till better times
|
2022-05-19 19:05:38 +03:00
|
|
|
- nilerr
|
|
|
|
|
- prealloc
|
|
|
|
|
- unconvert
|
|
|
|
|
- unparam
|
|
|
|
|
|
|
|
|
|
linters-settings:
|
|
|
|
|
errcheck:
|
|
|
|
|
exclude-functions:
|
2022-07-20 17:37:09 +03:00
|
|
|
- (*github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.ResourceData).Set
|
2022-05-19 19:05:38 +03:00
|
|
|
staticcheck:
|
|
|
|
|
go: "1.18"
|
|
|
|
|
checks:
|
|
|
|
|
- all
|
|
|
|
|
- -SA1019
|
|
|
|
|
nestif:
|
|
|
|
|
min-complexity: 7
|
2022-07-21 13:38:52 +03:00
|
|
|
gocyclo:
|
|
|
|
|
min-complexity: 40
|
2022-05-19 19:05:38 +03:00
|
|
|
|
|
|
|
|
issues:
|
|
|
|
|
max-same-issues: 0
|