Merge pull request #1871 from shirou/fix/relax_golangci_lint_package_name

fix: relace golangcilint on var-naming for package name
master v4.25.6
shirou 19 hours ago committed by GitHub
commit d89a81f8cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -119,6 +119,7 @@ linters:
- ["ID"] # AllowList
- ["VM"] # DenyList
- - upperCaseConst: true # Extra parameter (upperCaseConst|skipPackageNameChecks)
skipPackageNameChecks: true
staticcheck:
checks:
- all

Loading…
Cancel
Save