Skip to content

Commit

Permalink
Add golangci checks
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
  • Loading branch information
mikkeloscar committed Jun 18, 2019
1 parent 48b2b53 commit 139fd08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .golangci.yml
@@ -0,0 +1,15 @@
run:
concurrency: 4

linters-settings:
golint:
min-confidence: 0.9

linters:
disable-all: true
enable:
- staticcheck
- govet
- ineffassign
- golint
- goimports

0 comments on commit 139fd08

Please sign in to comment.