We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd1950 commit 482ac72Copy full SHA for 482ac72
.golangci.yml
@@ -87,8 +87,8 @@ linters:
87
- name: var-declaration
88
- name: var-naming
89
arguments:
90
- - [] #AllowList - do not remove as args for the rule are positional and won't work without lists first
91
- - [] #DenyList
+ - [] # AllowList - do not remove as args for the rule are positional and won't work without lists first
+ - [] # DenyList
92
- - skip-package-name-checks: true # supress errors from underscore in migration packages
93
staticcheck:
94
checks:
0 commit comments