mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Opt in to create table with timestamps
This commit is contained in:
parent
d92b3e4468
commit
3a365176aa
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@ inherit_from: ../../.rubocop.yml
|
|||
|
||||
Naming/VariableNumber:
|
||||
CheckSymbols: false
|
||||
|
||||
Rails/CreateTableWithTimestamps:
|
||||
Include:
|
||||
- '*.rb'
|
||||
|
|
Loading…
Reference in a new issue