updated linter config

gos_tech_4.4.3
kjubybot 3 years ago
parent 1245dd17f2
commit f06aa41b96
No known key found for this signature in database
GPG Key ID: E55254690327C021

@ -5,7 +5,7 @@ linters:
- dogsled
- errorlint
- exportloopref
- gocognit
#- gocognit - disabled till better times
- goconst
- gocyclo
- gosec
@ -20,7 +20,7 @@ linters:
linters-settings:
errcheck:
exclude-functions:
- (*github.com/hashicorp/terraform-plugin-sdk/helper/schema.ResourceData).Set
- (*github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema.ResourceData).Set
staticcheck:
go: "1.18"
checks:

Loading…
Cancel
Save