mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-03-30 20:47:31 +02:00
And another update
Entire-Checkpoint: 9bb66d18af6d
This commit is contained in:
@@ -17,10 +17,9 @@ linters:
|
||||
- unparam # unusedparams = true
|
||||
- nilnil # nilness = true (catches nil returns of nil interface values)
|
||||
- govet # base vet; nilness + unusedwrite via govet analyzers
|
||||
- stylecheck # naming conventions (ST1003: acronyms, camelCase)
|
||||
|
||||
settings:
|
||||
stylecheck:
|
||||
staticcheck:
|
||||
checks: ["ST1003"]
|
||||
|
||||
govet:
|
||||
|
||||
Reference in New Issue
Block a user