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:
committed by
GitHub
parent
547fea903e
commit
2ed10ae2f5
@@ -8,6 +8,7 @@ linters:
|
||||
- depguard
|
||||
- godot
|
||||
- testifylint
|
||||
- unconvert
|
||||
|
||||
issues:
|
||||
exclude-rules:
|
||||
|
||||
Reference in New Issue
Block a user