Skip to content

Commit

Permalink
Add more linters to triggers 📶
Browse files Browse the repository at this point in the history
- golint
- goimports
- gofmt
- gosec
- gocritic
- errcheck

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Dec 5, 2019
1 parent 7d28e26 commit 9a8819c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ run:
- e2e
skip-dirs:
- vendor
- pkg/client/clientset/versioned/fake
- pkg/client/clientset/(.*)/fake
linters:
enable:
- errcheck
- gofmt
- goimports
- gosec
- gocritic
- golint

0 comments on commit 9a8819c

Please sign in to comment.