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 a3b5c6a commit ae41355Copy full SHA for ae41355
.golangci.yml
@@ -119,6 +119,9 @@ linters:
119
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#empty-lines
120
- name: empty-lines
121
disabled: false
122
+ # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#redundant-import-alias
123
+ - name: redundant-import-alias
124
+ disabled: false
125
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#string-format
126
- name: string-format
127
0 commit comments