1
0
mirror of https://github.com/rancher/cli.git synced 2026-02-05 09:48:36 +01:00
Files
cli/.golangci.json
Peter Matseykanets 0612c403c6 [v2.13] Use staticcheck linter (#523)
Backport of #511
2026-01-07 15:52:04 -05:00

18 lines
217 B
JSON

{
"formatters": {
"enable": [
"gofmt"
]
},
"linters": {
"default": "none",
"enable": [
"govet",
"ineffassign",
"staticcheck",
"unused"
]
},
"version": "2"
}