Opt in to create table with timestamps

pull/30836/head
Matt Jankowski 2024-06-25 13:36:31 -04:00
parent d92b3e4468
commit 3a365176aa
1 changed files with 4 additions and 0 deletions

View File

@ -2,3 +2,7 @@ inherit_from: ../../.rubocop.yml
Naming/VariableNumber:
CheckSymbols: false
Rails/CreateTableWithTimestamps:
Include:
- '*.rb'