mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 03:15:32 +00:00
10 lines
238 B
YAML
10 lines
238 B
YAML
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'
|