Files
VictoriaMetrics/.golangci.yml

30 lines
544 B
YAML
Raw Normal View History

2025-07-02 22:42:02 +03:00
version: "2"
linters:
2025-07-02 22:42:02 +03:00
settings:
errcheck:
exclude-functions:
- fmt.Fprintf
- fmt.Fprint
- (net/http.ResponseWriter).Write
exclusions:
generated: lax
presets:
- common-false-positives
- legacy
- std-error-handling
rules:
- linters:
- staticcheck
text: 'SA(4003|1019|5011):'
paths:
- third_party$
- builtin$
- examples$
formatters:
exclusions:
generated: lax
paths:
- third_party$
- builtin$
- examples$