mirror of
https://github.com/prometheus/prometheus.git
synced 2025-12-07 18:41:22 +01:00
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 <bwplotka@gmail.com>
This commit is contained in:
parent
a82bb77178
commit
fb880081d8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user