Skip to content

Commit 5e77f68

Browse files
rootulptzdybal
authored andcommitted
ci: remove duplicate linters
Remove duplicate linters and alphabetize list to make it easier to identify duplicates in the future
1 parent 6e23de1 commit 5e77f68

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ run:
99

1010
linters:
1111
enable:
12-
- gofmt
13-
- goimports
14-
- misspell
15-
- revive
1612
- deadcode
1713
- errcheck
1814
- gofmt
@@ -21,6 +17,7 @@ linters:
2117
- govet
2218
- ineffassign
2319
- misspell
20+
- revive
2421
- staticcheck
2522
- structcheck
2623
- typecheck

0 commit comments

Comments
 (0)