mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-26 08:02:16 +00:00
99f64e944b
* Drop /vendor. * Update Go to 1.16. * Update djfarrelly/maildev to 1.1.0. * Update protoc to 3.15.8. * Update mixin test for Go 1.16. * Bump Go modules. Signed-off-by: SuperQ <superq@gmail.com>
14 lines
171 B
YAML
14 lines
171 B
YAML
---
|
|
run:
|
|
deadline: 5m
|
|
|
|
issues:
|
|
exclude-rules:
|
|
- path: _test.go
|
|
linters:
|
|
- errcheck
|
|
|
|
linters-settings:
|
|
errcheck:
|
|
exclude: scripts/errcheck_excludes.txt
|