Fix Rails/CreateTableWithTimestamps
cop (#30836)
This commit is contained in:
parent
65508bb0c0
commit
4cae309f6a
9 changed files with 13 additions and 8 deletions
|
@ -2,3 +2,8 @@ inherit_from: ../../.rubocop.yml
|
|||
|
||||
Naming/VariableNumber:
|
||||
CheckSymbols: false
|
||||
|
||||
# Enabled here as workaround for https://docs.rubocop.org/rubocop/configuration.html#path-relativity
|
||||
Rails/CreateTableWithTimestamps:
|
||||
Include:
|
||||
- '*.rb'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue