mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-14 16:34:46 +00:00
Improve help
This commit is contained in:
parent
9e4d9f9ca4
commit
b3b16ceccc
2 changed files with 13 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ func (o *jsono) Write(filename, kind, name, version string, err error, skipped b
|
|||
case EMPTY:
|
||||
}
|
||||
|
||||
if o.verbose || (s != VALID && s != SKIPPED && s != EMPTY ) {
|
||||
if o.verbose || (s != VALID && s != SKIPPED && s != EMPTY) {
|
||||
o.results = append(o.results, result{Filename: filename, Kind: kind, Name: name, Version: version, Status: st, Msg: msg})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue