mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue