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 underlying problem is we often want fatal warnings in CI, but not locally since it makes development/experimentation annoying. But then, we end up fighting CI :)
One proposal is we add a prePR command that emulates a CI compile, by cleaning and enabling fatal warnings (if that is indeed how CI is configured).
The text was updated successfully, but these errors were encountered:
Spinning out of #12 (comment).
The underlying problem is we often want fatal warnings in CI, but not locally since it makes development/experimentation annoying. But then, we end up fighting CI :)
One proposal is we add a
prePR
command that emulates a CI compile, by cleaning and enabling fatal warnings (if that is indeed how CI is configured).The text was updated successfully, but these errors were encountered: