Skip to content

Commit

Permalink
Merge c0898a4 into cbd1e29
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Apr 6, 2019
2 parents cbd1e29 + c0898a4 commit 7df2134
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
run:
deadline: 5m

linters:
disable-all: true
enable:
- dupl
- goconst
- gocyclo
- gofmt
- golint
- govet
- ineffassign
- interfacer
- lll
- misspell
- nakedret
- structcheck
- unparam
- varcheck

linters-settings:
dupl:
threshold: 400
lll:
line-length: 170
gocyclo:
min-complexity: 15
golint:
min-confidence: 0.85

0 comments on commit 7df2134

Please sign in to comment.