fix the static ckeck linter issues

This commit is contained in:
Sergey Kanzhelev
2025-09-08 19:10:28 +00:00
parent 2995ae12e0
commit a3a4504706
14 changed files with 52 additions and 47 deletions
+1 -1
View File
@@ -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)
}
}