Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
add it back
Browse files Browse the repository at this point in the history
  • Loading branch information
honnix committed Jan 24, 2020
1 parent 26553c9 commit 6fe2ce6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
run:
skip-dirs:
- pkg/client

linters:
disable-all: true
enable:
- deadcode
- errcheck
- gas
- goconst
- goimports
- golint
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck

0 comments on commit 6fe2ce6

Please sign in to comment.