mirror of
https://github.com/grdl/git-get.git
synced 2026-02-04 17:24:49 +00:00
21 lines
267 B
YAML
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
|
|
|