mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 01:40:23 +00:00
19 lines
275 B
YAML
19 lines
275 B
YAML
|
linters:
|
||
|
enable:
|
||
|
- bodyclose
|
||
|
- dupword # Checks for duplicate words in the source code
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- ineffassign
|
||
|
- misspell
|
||
|
- revive
|
||
|
- staticcheck
|
||
|
- unconvert
|
||
|
- unused
|
||
|
- vet
|
||
|
disable:
|
||
|
- errcheck
|
||
|
|
||
|
run:
|
||
|
deadline: 2m
|