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 Semicolon cop forbids this. I'd like to have a config that enable lines to have two statements separated by a semicolon. The motivation here is to take an action with side effects but then return the value after the semicolon.
The text was updated successfully, but these errors were encountered:
The
Semicolon
cop forbids this. I'd like to have a config that enable lines to have two statements separated by a semicolon. The motivation here is to take an action with side effects but then return the value after the semicolon.The text was updated successfully, but these errors were encountered: