Files
softplayer-backend/.golangci.yml
Nikolai Rodionov 8c5f88cb46
All checks were successful
ci/woodpecker/push/build Pipeline was successful
Add linter and a little bit more tests
Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
2026-05-18 11:02:10 +02:00

18 lines
295 B
YAML

version: "2"
run:
modules-download-mode: readonly
linters:
exclusions:
generated: lax
presets:
- comments
- common-false-positives
- legacy
- std-error-handling
paths:
- .*_test.go
- api
- third_party$
- builtin$
- examples$