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
The convention is that exit status 0 means success. Warning is not a failure. Compilers have an option to treat warnings as errors, I suggest following the same logic with steep: add an option to exit with 1 if any warnings are emitted, by default warnings should exit with 0.
Currently steep will exit with code
1
on warning:The text was updated successfully, but these errors were encountered: