anilistarr/.golangci.yaml
William Artero 6c5e904e9d
Some checks failed
Integration / metadata (push) Has been cancelled
Integration / lint (push) Has been cancelled
Integration / test (push) Has been cancelled
Security / metadata (push) Has been cancelled
Security / analyze (push) Has been cancelled
Integration / build (push) Has been cancelled
Integration / report (push) Has been cancelled
Integration / container (push) Has been cancelled
Security / security-scan (push) Has been cancelled
chore: last chance for GHA. I'm about to pull the dagger here
Signed-off-by: William Artero <git@artero.dev>
2023-12-06 16:17:03 +01:00

21 lines
308 B
YAML

# cspell:disable
run:
modules-download-mode: readonly
issues-exit-code: 0
timeout: 2m
output:
format: colored-line-number
linters-settings:
enable:
- stylecheck
- unconvert
- gosec
- errorlint
- maligned
- interfacer
- unparam
- whitespace
- wrapcheck
- prealloc
- nolintlint