mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 00:26:36 +03:00
30 lines
544 B
YAML
30 lines
544 B
YAML
version: "2"
|
|
linters:
|
|
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$
|