You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… for now. The main reason is that not all is fixable directly.
See for example tektoncd/catlin#18
Signed-off-by: Vincent Demeester <[email protected]>
As of today, lintking a tekton resource in a yaml file, not in a catalog, will fail saying the resource path is wrong.
It shouldn't be the case. We should be able to validate the layout of a catalog (
task/{name}/{version}/…
) and the content of the file independently.It could be 2 different commands
catlin validate-resource path/to/file
andcatlin validate-catalog path/to/catalog
.The text was updated successfully, but these errors were encountered: