Skip to content

Commit

Permalink
Fix #1036: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Nov 12, 2019
1 parent 890a463 commit 9b5bc43
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,29 @@ linters:
- whitespace
- gocognit
- wsl
issues:
exclude-rules:
- path: pkg/client/clientset
linters:
- golint
- deadcode
- lll
- unparam
- varcheck
- unused
- path: pkg/client/informers
linters:
- golint
- deadcode
- lll
- unparam
- varcheck
- unused
- path: pkg/client/listers
linters:
- golint
- deadcode
- lll
- unparam
- varcheck
- unused

0 comments on commit 9b5bc43

Please sign in to comment.