We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it
No offences reported
Rails/CreateTableWithTimestamps: Add timestamps when creating a new table. reported
Rails/CreateTableWithTimestamps: Add timestamps when creating a new table.
class CreateAccounts < ActiveRecord::Migration[8.0] def change = create_table(:test) { it.timestamps } end
Note: the same happens for _1
_1
$ bundle exec rubocop -V 1.70.0 (using Parser 3.3.6.0, rubocop-ast 1.37.0, analyzing as Ruby 3.4, running on ruby 3.4.1) [aarch64-linux-gnu]
rubocop-rails 2.28.0 is affected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: