.rubocop.yml 238 B

123456789
  1. inherit_from: ../../.rubocop.yml
  2. Naming/VariableNumber:
  3. CheckSymbols: false
  4. # Enabled here as workaround for https://docs.rubocop.org/rubocop/configuration.html#path-relativity
  5. Rails/CreateTableWithTimestamps:
  6. Include:
  7. - '*.rb'