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
tlint 0.9.2 doesn't seem to show check id of failing check. There is no way to see which of the listed check files triggered the error message(s) when linting all files in a directory.
$ sed -i.bak s/script/scropt/g 156F64.yaml
$ cp 156F64.yaml 123456.yaml
$ cp 156F64.yaml ABDCEF.yaml
$ tlint lint -f .
Parse error - missing field `description`
Parse error - missing field `description`
Parse error - missing field `description`
$
The text was updated successfully, but these errors were encountered:
tlint 0.9.2 doesn't seem to show check id of failing check. There is no way to see which of the listed check files triggered the error message(s) when linting all files in a directory.
The text was updated successfully, but these errors were encountered: