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
Rubocop will complain about readlines.map and compact.join claiming they should be on the previous line. But... they shouldn't, this is proper trailing dot syntax.
The text was updated successfully, but these errors were encountered:
In 0.18.1, if you have code like:
Rubocop will complain about
readlines.map
andcompact.join
claiming they should be on the previous line. But... they shouldn't, this is proper trailing dot syntax.The text was updated successfully, but these errors were encountered: