Skip to content

Commit

Permalink
Add golangci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark authored and orymate committed Dec 12, 2018
1 parent d37d9d1 commit 1fcfb40
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
linters:
enable-all: true
disable:
- maligned

# TODO: these
- gochecknoglobals
- lll
- deadcode
- golint
- gochecknoinits
- gofmt
- gocritic
- megacheck
- errcheck
- goimports

linters-settings:
golint:
min-confidence: 0.1

0 comments on commit 1fcfb40

Please sign in to comment.