Skip to content

Commit

Permalink
Start working on #3896
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio committed Mar 18, 2019
1 parent 6ce4d5e commit 849c474
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
tests: false
linters:
disable-all: true
enable:
- golint
- vet
- ineffassign
- unconvert
- misspell
linters-settings:
gocyclo:
min-complexity: 11
govet:
composites: true
Loading

0 comments on commit 849c474

Please sign in to comment.