mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
27 lines
297 B
YAML
27 lines
297 B
YAML
|
run:
|
||
|
deadline: 10m
|
||
|
|
||
|
linters:
|
||
|
enable:
|
||
|
- dupl
|
||
|
- goconst
|
||
|
- gocyclo
|
||
|
- godox
|
||
|
- gosec
|
||
|
- interfacer
|
||
|
- lll
|
||
|
- maligned
|
||
|
- misspell
|
||
|
- prealloc
|
||
|
- stylecheck
|
||
|
- unconvert
|
||
|
- unparam
|
||
|
- errcheck
|
||
|
- golint
|
||
|
- gofmt
|
||
|
disable: []
|
||
|
fast: false
|
||
|
|
||
|
issues:
|
||
|
exclude-use-default: false
|