mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-17 16:07:40 +01:00
21 lines
344 B
YAML
21 lines
344 B
YAML
run:
|
|
timeout: 5m
|
|
tests: true
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- govet
|
|
- gofmt
|
|
- goimports
|
|
- errcheck
|
|
issues:
|
|
max-same-issues: 0
|
|
max-issues-per-linter: 0
|
|
linters-settings:
|
|
gofmt:
|
|
simplify: true
|
|
errcheck:
|
|
exclude-functions:
|
|
- (*encoding/json.Encoder).Encode
|
|
- (net/http.ResponseWriter).Write
|