Skip to content

Commit 5031060

Browse files
authored
CI: ignore revive warning about package names (#6511)
1 parent 138e527 commit 5031060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ linters:
127127
text: 'dot-imports: should not use dot imports' # dot imports OK for tests
128128
- linters: revive
129129
text: 'var-naming: avoid meaningless package names' # util package is OK
130+
- linters: revive
131+
text: 'var-naming: avoid package names that conflict with Go standard library package names' # e.g. crypto package
130132
- linters: unused
131133
text: 'field _struct is unused' # we use _struct field tags for msgp/json encoding settings
132134
- linters: revive

0 commit comments

Comments
 (0)