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 138e527 commit 5031060Copy full SHA for 5031060
.golangci.yml
@@ -127,6 +127,8 @@ linters:
127
text: 'dot-imports: should not use dot imports' # dot imports OK for tests
128
- linters: revive
129
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
132
- linters: unused
133
text: 'field _struct is unused' # we use _struct field tags for msgp/json encoding settings
134
0 commit comments