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
Errors should represent likely incorrect behavior—code that's actually broken.
Warnings should represent code which is confusing, less performant than it could be, or otherwise out of line with our house style, but which behaves as intended when run.
Either should fail CI, because we don't want to merge either to main.
The difference is simply what the linter communicates to the author. In particular, it's more likely to be correct to lint-ignore a warning, while lint-ignoring an error is a signal that something bad may be happening.
The text was updated successfully, but these errors were encountered:
Note: Given we're planning to move to (a) monorepo(s), this should probably wait for that. It's a lot easier to do this in one (or fewer) repo(s).
Acceptance Criteria
hd-scripts
, which we have too little control over.main
.The text was updated successfully, but these errors were encountered: