Skip to content

Commit

Permalink
Disable first then enable linters (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferhatelmas authored and k8s-ci-robot committed Dec 30, 2019
1 parent 68c452b commit 885f5ad
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,22 @@ run:
tests: true

linters:
disable-all: true
enable:
- gofmt
- deadcode
- errcheck
- gocritic
- gofmt
- goimports
- golint
- gosimple
- interfacer
- maligned
- misspell
- unconvert
- unparam
- stylecheck
- prealloc
- staticcheck
- structcheck
- prealloc
- deadcode
- stylecheck
- unconvert
- unparam
- varcheck
- errcheck

0 comments on commit 885f5ad

Please sign in to comment.