mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
239a7b6e6f
See https://github.com/golangci/golangci-lint/releases/tag/v1.59.1 Thanks to ccoVeille for the suggestion at https://www.reddit.com/r/golang/comments/1dcl4ne/log_viewer_in_go/l82vsfd/
19 lines
252 B
YAML
19 lines
252 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: ./errcheck_excludes.txt
|