Skip to content

Commit ae41355

Browse files
Add redundant import alias linting (#4191)
Signed-off-by: Stephen Buttolph <stephen@avalabs.org> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a3b5c6a commit ae41355

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ linters:
119119
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#empty-lines
120120
- name: empty-lines
121121
disabled: false
122+
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#redundant-import-alias
123+
- name: redundant-import-alias
124+
disabled: false
122125
# https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md#string-format
123126
- name: string-format
124127
disabled: false

0 commit comments

Comments
 (0)