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
Disabling all checks but error checking does nothing since error checking happens in checkCuddlingBlock. If we don't enable any other check that runs this rule we never end up there.
Since error checking is only viable for if checks, we should probably jump straight to error checking if we're an if statement and if checking is turned off.