Skip to content

Commit

Permalink
Add golangci (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgartner authored Jan 10, 2020
1 parent dbf0c80 commit 8031e0a
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
output:
format: tab
linters:
disable-all: true
enable:
- deadcode
- depguard
- dupl
- goconst
- gocritic
- gocyclo
- gofmt
- goimports
- golint
- gosec
- govet
- ineffassign
- maligned
- misspell
- prealloc
- scopelint
- structcheck
- typecheck
- unconvert
- varcheck
issues:
exclude-use-default: false
max-per-linter: 0
max-same-issues: 0

0 comments on commit 8031e0a

Please sign in to comment.