1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 15:46:31 +01:00

Prevent unnecessary type conversions (#6210)

* Prevent unnecessary type conversions

By enabling the unconvert linter

Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>

* Fix unconvert issues

Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>

---------

Signed-off-by: Arthur Silva Sens <arthur.sens@coralogix.com>
This commit is contained in:
Arthur Silva Sens
2024-01-08 17:11:27 -03:00
committed by GitHub
parent 547fea903e
commit 2ed10ae2f5
4 changed files with 6 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ linters:
- depguard
- godot
- testifylint
- unconvert
issues:
exclude-rules: