1
0
Fork 0
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:
Matt Jankowski 2024-06-25 13:36:31 -04:00
parent d92b3e4468
commit 3a365176aa

View file

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