FILE / ScuroNeko/Laniakea

.golangci.yml

Исходный файл и его история в репозитории.
FILE f4117c143e78228e33f222ad776f071397f79dfa
Files
Laniakea/.golangci.yml
T
ScuroNeko 7205b21fa2
Golang lint / lint (pull_request) Successful in 7m10s
Golang lint / lint (push) Successful in 7m13s
(new): tgfmt package
(fix): formatting helpers
(ci/cd): go checks
(tests): tgfmt coverage
2026-05-04 11:20:09 +03:00

14 lines
191 B
YAML

version: "2"
run:
timeout: 5m
linters:
disable-all: true
enable:
- errcheck
- ineffassign
- staticcheck
- unused
issues:
max-issues-per-linter: 0
max-same-issues: 0