Skip to content

Commit 482ac72

Browse files
committed
fix comments
1 parent ccd1950 commit 482ac72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ linters:
8787
- name: var-declaration
8888
- name: var-naming
8989
arguments:
90-
- [] #AllowList - do not remove as args for the rule are positional and won't work without lists first
91-
- [] #DenyList
90+
- [] # AllowList - do not remove as args for the rule are positional and won't work without lists first
91+
- [] # DenyList
9292
- - skip-package-name-checks: true # supress errors from underscore in migration packages
9393
staticcheck:
9494
checks:

0 commit comments

Comments
 (0)