Add CodeClimate configuration
This commit is contained in:

committed by
Sebastian Serth

parent
f7dad81691
commit
7ac08b83d0
13
.codeclimate.yml
Normal file
13
.codeclimate.yml
Normal file
@ -0,0 +1,13 @@
|
||||
version: "2"
|
||||
|
||||
plugins:
|
||||
golint:
|
||||
enabled: false
|
||||
govet:
|
||||
enabled: false
|
||||
gofmt:
|
||||
enabled: false
|
||||
|
||||
exclude_patterns:
|
||||
- "**/*_mock.go"
|
||||
- "**/*_test.go"
|
Reference in New Issue
Block a user