mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-09 17:09:29 +00:00
23 lines
274 B
YAML
23 lines
274 B
YAML
|
---
|
||
|
linters:
|
||
|
enable:
|
||
|
- errcheck
|
||
|
- godot
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- misspell
|
||
|
- revive
|
||
|
- staticcheck
|
||
|
- testifylint
|
||
|
- unused
|
||
|
|
||
|
linter-settings:
|
||
|
godot:
|
||
|
capital: true
|
||
|
exclude:
|
||
|
# Ignore "See: URL"
|
||
|
- 'See:'
|
||
|
misspell:
|
||
|
locale: US
|