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
Currently validate exits with a non-zero exit code when a hard error is encountered. Some problems raise a warning, but do not return in an non-zero exit. When running in a CI context, you may want to be more strict here and thus fails those test-cases too.
Suggestion: Add a --strict flag to tc update and tc validate that exits on those problems as well.
The text was updated successfully, but these errors were encountered:
Currently validate exits with a non-zero exit code when a hard error is encountered. Some problems raise a warning, but do not return in an non-zero exit. When running in a CI context, you may want to be more strict here and thus fails those test-cases too.
Suggestion: Add a
--strict
flag totc update
andtc validate
that exits on those problems as well.The text was updated successfully, but these errors were encountered: