mirror of
https://github.com/rancher/cli.git
synced 2026-02-05 09:48:36 +01:00
18 lines
217 B
JSON
18 lines
217 B
JSON
{
|
|
"formatters": {
|
|
"enable": [
|
|
"gofmt"
|
|
]
|
|
},
|
|
"linters": {
|
|
"default": "none",
|
|
"enable": [
|
|
"govet",
|
|
"ineffassign",
|
|
"staticcheck",
|
|
"unused"
|
|
]
|
|
},
|
|
"version": "2"
|
|
}
|