Skip to content

Commit 59653fa

Browse files
authored
chore(lint): ignore package name lint rule (#464)
1 parent 7ad7c3f commit 59653fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ linters:
3838
- name: unused-parameter
3939
- name: var-declaration
4040
- name: var-naming
41+
arguments:
42+
- [] # AllowList
43+
- [] # DenyList
44+
- - skip-package-name-checks: true
4145
staticcheck: # https://golangci-lint.run/usage/linters/#staticcheck
4246
checks:
4347
- all

0 commit comments

Comments
 (0)