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
To share the current situation, unfortunately, RuboCop does not yet support the it block parameter syntax. #1456 resolves numbered block parameter syntax, but the it block parameter syntax is still unsupported.
It is likely that ruby/prism#3481 will enable Prism (Prism::Translation::Parser) to support the it block parameter syntax ahead of Parser gem. As for the traditional Parser gem, as discussed in whitequark/parser#1046, there is no clear timeline yet.
Expected behavior
No offences reported
Actual behavior
Rails/CreateTableWithTimestamps: Add timestamps when creating a new table.
reportedSteps to reproduce the problem
Note: the same happens for
_1
RuboCop version
rubocop-rails 2.28.0 is affected
The text was updated successfully, but these errors were encountered: