Skip to content

Commit fb76873

Browse files
authored
chore: enable dupword linter in golangci-lint (#1385)
There is no errors right now, but it could avoid future issues.
1 parent a3338de commit fb76873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version: "2"
66
linters:
77
default: none
88
enable:
9+
- dupword
910
- gocritic
1011
- govet
1112
- ineffassign

0 commit comments

Comments
 (0)