mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-28 01:47:20 +00:00
fix the static ckeck linter issues
This commit is contained in:
@@ -161,7 +161,7 @@ func (cpc CustomPluginConfig) Validate() error {
|
||||
}
|
||||
}
|
||||
if !defaultConditionExists {
|
||||
return fmt.Errorf("Permanent problem %s does not have preset default condition.", conditionType)
|
||||
return fmt.Errorf("permanent problem %s does not have preset default condition", conditionType)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user