Update .golangci.yml

Sorted linters alphabetically, removed duplicates
This commit is contained in:
Armen Mkrtchyan
2024-05-30 11:30:19 -05:00
committed by Umputun
parent f7ba43e5f1
commit bad6af87f7
+15 -17
View File
@@ -26,27 +26,25 @@ linters-settings:
linters:
enable:
- bodyclose
- gosimple
- staticcheck
- unused
- revive
- govet
- unconvert
- gosec
- gocyclo
- dupl
- exportloopref
- gochecknoinits
- gocritic
- gocyclo
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- prealloc
- revive
- staticcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- typecheck
- ineffassign
- stylecheck
- gochecknoinits
- exportloopref
- gocritic
- nakedret
- gosimple
- prealloc
fast: false
disable-all: true