0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +00:00

chore(code): update linters config (#1775)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2025-02-16 23:56:37 -05:00 committed by GitHub
parent 3119194292
commit 45806f38f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
# v1.60.2
issues: issues:
new-from-rev: 9101977dc81f64db077b9a1eda2fe401359854c9 new-from-rev: 9101977dc81f64db077b9a1eda2fe401359854c9
# Maximum issues count per one linter. Set to 0 to disable. # Maximum issues count per one linter. Set to 0 to disable.
@ -61,9 +60,9 @@ linters:
enable-all: true enable-all: true
disable: disable:
# deprecated # deprecated
- exportloopref
- gocyclo - gocyclo
- rowserrcheck - rowserrcheck
- tenv
- wastedassign - wastedassign
# require massive refactoring # require massive refactoring
- cyclop - cyclop