mirror of https://github.com/matrix-org/gomatrix
17 lines
211 B
YAML
17 lines
211 B
YAML
|
---
|
||
|
linters:
|
||
|
enable:
|
||
|
- gocyclo
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- golint
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- misspell
|
||
|
|
||
|
linters-settings:
|
||
|
gocyclo:
|
||
|
min-complexity: 13
|
||
|
govet:
|
||
|
check-shadowing: true
|