inherit_from: .rubocop_todo.yml
-AllCops:
- Include:
- - '**/*.gemspec'
- - '**/*.podspec'
- - '**/*.jbuilder'
- - '**/*.rake'
- - '**/*.opal'
- - '**/config.ru'
- - '**/Gemfile'
- - '**/Rakefile'
- - '**/Capfile'
- - '**/Guardfile'
- - '**/Podfile'
- - '**/Thorfile'
- - '**/Vagrantfile'
- - '**/Berksfile'
- - '**/Cheffile'
- - '**/Vagabondfile'
- - '**/Fastfile'
- - '**/*.builder'
-
Rails:
Enabled: true
- 'script/locale/reload-languages'
- 'script/update-spam-blocks'
+Naming/UncommunicativeMethodParamName:
+ Enabled: false
+
Rails/ApplicationRecord:
Enabled: false
+Rails/CreateTableWithTimestamps:
+ Enabled: false
+
Rails/HasManyOrHasOneDependent:
Enabled: false
Rails/HttpPositionalArguments:
Enabled: false
+Rails/InverseOf:
+ Enabled: false
+
Rails/SkipsModelValidations:
Exclude:
- 'db/migrate/*.rb'