go-generic/.golangci.yaml
Dan Anglin 308d286646
chore: update project template
- workflow: run the test job only when the PR is not in the draft state.
- workflow: use the remote mage-ci action to run the tests via mage.
- workflow: remove the lint job for now. In the future it may be
  replaced by a step.
- lint: update .golangci.yaml
2024-08-27 23:17:00 +01:00

22 lines
314 B
YAML

---
run:
concurrency: 2
timeout: 1m
issues-exit-code: 1
tests: true
output:
formats: colored-line-number
print-issues-lines: true
print-linter-name: true
uniq-by-line: true
sort-results: true
linters-settings:
lll:
line-length: 140
linters:
enable-all: true
# disable:
fast: false