golangci-lint: disable var-naming to prevent package name errors

Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
This commit is contained in:
Gunjan Vyas
2025-07-10 16:11:11 +05:30
parent 438d540fad
commit 65ff2fa674

View File

@@ -16,6 +16,11 @@ linters:
- common-false-positives
- legacy
- std-error-handling
settings:
revive:
rules:
- name: var-naming
disabled: true
formatters:
enable:
- gofmt