mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-16 17:19:53 +00:00
more acceptance tests
This commit is contained in:
parent
51732e6a21
commit
9dda2ff599
3 changed files with 27 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ func (o *text) Write(filename, kind, name, version string, reserr error, skipped
|
|||
_, err = fmt.Fprintf(o.w, "%s - %s %s skipped\n", filename, name, kind)
|
||||
}
|
||||
o.nSkipped++
|
||||
case EMPTY:
|
||||
case EMPTY: // sent to ensure we count the filename as parsed
|
||||
}
|
||||
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue