Skip to content

Commit

Permalink
get rid of dead linters
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Sep 27, 2024
1 parent 4a5e017 commit 18c1f33
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0
gocyclo:
min-complexity: 15
maligned:
suggest-new: true
goconst:
min-len: 2
min-occurrences: 4
Expand All @@ -27,37 +23,26 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- dogsled
# - dupl
- errcheck
- funlen
- goconst
- gocritic
- gocyclo
- gofmt
- goimports
- golint
- gosec
- gosimple
- govet
- ineffassign
- interfacer
# - lll
# - misspell
- scopelint
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unparam
# - unused
- varcheck
- unused
- whitespace
- gocognit
# - godox
# - maligned
- prealloc

# don't enable:
Expand Down

0 comments on commit 18c1f33

Please sign in to comment.