mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
17 lines
232 B
YAML
17 lines
232 B
YAML
version: "2"
|
|
|
|
checks:
|
|
method-count:
|
|
config:
|
|
threshold: 50
|
|
|
|
engines:
|
|
golint:
|
|
enabled: true
|
|
checks:
|
|
GoLint/Comments/DocComments:
|
|
enabled: false
|
|
gofmt:
|
|
enabled: true
|
|
govet:
|
|
enabled: true
|