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
Lint/PercentStringArray:
Exclude:
- 'config/initializers/secure_headers.rb'
+ - 'app/controllers/application_controller.rb'
- 'app/controllers/site_controller.rb'
Naming/FileName:
- 'script/locale/reload-languages'
- 'script/update-spam-blocks'
+Naming/UncommunicativeMethodParamName:
+ Enabled: false
+
Rails/ApplicationRecord:
Enabled: false
- 'lib/tasks/testing.rake'
- 'config/initializers/wrap_parameters.rb'
+Style/MixinUsage:
+ Exclude:
+ - 'bin/setup'
+ - 'bin/update'
+
Style/StringLiterals:
EnforcedStyle: double_quotes