...
|
...
|
@@ -131,7 +131,7 @@ func (s SelfChecks) Compare(dst string) (rspChecks SelfChecks, err error) { |
|
|
rspChecks = append(rspChecks, c)
|
|
|
continue
|
|
|
}
|
|
|
if len(c.Reason) > 0 {
|
|
|
if len(strings.TrimSpace(c.Reason)) > 0 {
|
|
|
rspChecks = append(rspChecks, c)
|
|
|
continue
|
|
|
}
|
...
|
...
|
|