mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 17:32:05 +01:00
81a3387bb7
(cherry picked from commit 4ad1f8ee3a
)
23 lines
313 B
YAML
23 lines
313 B
YAML
run:
|
|
timeout: 2m
|
|
|
|
linters:
|
|
enable:
|
|
- revive
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- linters:
|
|
- staticcheck
|
|
text: "SA(4003|1019|5011):"
|
|
include:
|
|
- EXC0012
|
|
- EXC0014
|
|
|
|
linters-settings:
|
|
errcheck:
|
|
exclude-functions:
|
|
- "fmt.Fprintf"
|
|
- "fmt.Fprint"
|
|
- "(net/http.ResponseWriter).Write"
|