prometheus/promql
Marcelo E. Magallon 75d86c6747 Update golangci-lint to 1.36.0
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>
2021-02-04 08:53:33 -06:00
..
fuzz-data textparse: Add fuzzing and fix bug caught 2017-07-07 11:12:17 +02:00
parser '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
testdata '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
bench_test.go Add context to Appender interface 2020-07-24 19:40:51 +05:30
engine.go Update golangci-lint to 1.36.0 2021-02-04 08:53:33 -06:00
engine_test.go Remove empty test 2021-02-04 11:53:32 +05:30
functions.go '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
functions_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
fuzz.go Fuzz: limit input size (#7317) 2020-05-31 09:42:56 +02:00
promql_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
quantile.go Fix off-by-one error in funcHistogramQuantile / ensureMonotonic (#7393) 2020-06-15 11:32:10 +01:00
query_logger.go promql: Swap order of parseBrokenJSON. (#7718) 2020-08-02 09:48:57 +01:00
query_logger_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
test.go '@ <timestamp>' modifier (#8121) 2021-01-20 16:27:39 +05:30
test_test.go Testify: move to require (#8122) 2020-10-29 09:43:23 +00:00
value.go Move away from testutil, refactor imports (#8087) 2020-10-22 11:00:08 +02:00