mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
Add .codeclimate.yml
This commit is contained in:
parent
b1dc965a4a
commit
f62b27f332
1 changed files with 17 additions and 0 deletions
17
.codeclimate.yml
Normal file
17
.codeclimate.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: "2"
|
||||
|
||||
checks:
|
||||
method-count:
|
||||
config:
|
||||
threshold: 50
|
||||
|
||||
engines:
|
||||
golint:
|
||||
enabled: true
|
||||
checks:
|
||||
GoLint/Comments/DocComments:
|
||||
enabled: false
|
||||
gofmt:
|
||||
enabled: true
|
||||
govet:
|
||||
enabled: true
|
Loading…
Add table
Reference in a new issue