mirror of https://github.com/prometheus/prometheus
Browse Source
In the previous version, 1.18.0, the "megacheck" linter paid attention to the '//lint:ignore' comment, but that is no longer there. Newer version pay attention to '//nolint:<linter>,<linter>,...' comments, optionally followed by a "second" comment introduced by '//'. Update the directives to use this style. This is related to prometheus/blackbox_exporter#738 and prometheus/blackbox_exporter#745. Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>pull/8444/head
Marcelo E. Magallon
4 years ago
4 changed files with 11 additions and 11 deletions
Loading…
Reference in new issue