6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 14:31:49 +00:00
Files
git-get/.golangci.yml
2025-08-24 14:29:56 +02:00

21 lines
267 B
YAML

version: "2"
run:
timeout: 1m
formatters:
enable:
- gci
- gofmt
- goimports
linters:
default: all
exclusions:
rules:
- path: _test.go
linters:
- dupl # We don't mind duplicated code in tests. It helps with clarity