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:
- 'lib/tasks/testing.rake'
- 'config/initializers/wrap_parameters.rb'
+Style/MixinUsage:
+ Exclude:
+ - 'bin/setup'
+ - 'bin/update'
+
Style/StringLiterals:
EnforcedStyle: double_quotes