summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.golangci.yml')
-rwxr-xr-x.golangci.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 3ba99efc..8c954108 100755
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -13,28 +13,19 @@ 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
@@ -42,20 +33,5 @@ linters:
- structcheck
- stylecheck
- unconvert
- # - unparam
- # - unused
- varcheck
- - whitespace
- # don't enable:
- # - typecheck
- # - gochecknoglobals
- # - gocognit
- # - godot
- # - godox
- # - goerr113
- # - maligned
- # - nestif
- # - prealloc
- # - testpackage
- # - wsl