Skip to content

Commit

Permalink
Update .golangci, remove deprecated linters
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
  • Loading branch information
rustatian committed Feb 21, 2021
1 parent 8c44ad9 commit 7dc61c3
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,49 +13,25 @@ linters:
- deadcode
- depguard
- dogsled
# - dupl
- errcheck
- exhaustive
# - funlen
# - gochecknoinits
# - goconst
- gocritic
- gocyclo
- gofmt
- goimports
- golint
# - gomnd
- goprintffuncname
- gosec
# - gosimple
- govet
- ineffassign
- interfacer
# - lll
- misspell
- nakedret
# - noctx
- nolintlint
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck
- unconvert
# - unparam
# - unused
- varcheck
- whitespace

# don't enable:
# - typecheck
# - gochecknoglobals
# - gocognit
# - godot
# - godox
# - goerr113
# - maligned
# - nestif
# - prealloc
# - testpackage
# - wsl

0 comments on commit 7dc61c3

Please sign in to comment.