From fb880081d8abda65641b107a69659810188b7cbb Mon Sep 17 00:00:00 2001 From: Bartlomiej Plotka Date: Wed, 12 Mar 2025 12:22:33 +0100 Subject: [PATCH] golangci: Disable nolintlint due to known issues. (#16204) Fixes: https://github.com/prometheus/prometheus/issues/16203 Details: https://github.com/golangci/golangci-lint/issues/3228 Signed-off-by: bwplotka --- .golangci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 2dfe8e5f0c..8548774b76 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -17,7 +17,8 @@ linters: - loggercheck - misspell - nilnesserr - - nolintlint + # TODO(bwplotka): Enable once https://github.com/golangci/golangci-lint/issues/3228 is fixed. + # - nolintlint - perfsprint - predeclared - revive