mirror of
https://github.com/rancher/plugins.git
synced 2025-08-31 18:19:13 +00:00
22 lines
287 B
YAML
22 lines
287 B
YAML
![]() |
linters:
|
||
|
enable:
|
||
|
- gci
|
||
|
- gofumpt
|
||
|
- misspell
|
||
|
disable:
|
||
|
- errcheck
|
||
|
- gosimple
|
||
|
- ineffassign
|
||
|
- staticcheck
|
||
|
|
||
|
linters-settings:
|
||
|
gci:
|
||
|
sections:
|
||
|
- standard
|
||
|
- default
|
||
|
- prefix(github.com/containernetworking)
|
||
|
|
||
|
run:
|
||
|
skip-dirs:
|
||
|
- vendor
|