And another update

Entire-Checkpoint: 9bb66d18af6d
This commit is contained in:
2026-03-30 16:48:12 +02:00
parent c5fe3c5cd9
commit b734c1a92a

View File

@@ -17,10 +17,9 @@ linters:
- unparam # unusedparams = true - unparam # unusedparams = true
- nilnil # nilness = true (catches nil returns of nil interface values) - nilnil # nilness = true (catches nil returns of nil interface values)
- govet # base vet; nilness + unusedwrite via govet analyzers - govet # base vet; nilness + unusedwrite via govet analyzers
- stylecheck # naming conventions (ST1003: acronyms, camelCase)
settings: settings:
stylecheck: staticcheck:
checks: ["ST1003"] checks: ["ST1003"]
govet: govet:
@@ -34,6 +33,6 @@ exclusions:
- .vscode - .vscode
- .idea - .idea
- node_modules - node_modules
- internal/graph/generated # gqlgen generated code - internal/graph/generated # gqlgen generated code
- internal/api/docs\.go # swaggo generated code - internal/api/docs\.go # swaggo generated code
- _test\.go # test files excluded from all linters - _test\.go # test files excluded from all linters