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
Closes#402.
Second round of explicit preview rules, following #400 (E203/E302/E303):
E231 — missing whitespace after comma (prevents dense 0,15 in arrays)
E275 — missing whitespace after keyword (catches if(...) without space)
E301 — blank line between methods in a class
E305 — 2 blank lines after function/class definition (symmetric with E302)
W391 — too many newlines at end of file
Auto-fixed the 5 existing E305 violations, all in example files.
0 commit comments