AllCops:
Include:
+ - '**/*.gemspec'
+ - '**/*.podspec'
+ - '**/*.jbuilder'
+ - '**/*.rake'
+ - '**/*.opal'
+ - '**/config.ru'
+ - '**/Gemfile'
+ - '**/Rakefile'
+ - '**/Capfile'
+ - '**/Guardfile'
+ - '**/Podfile'
+ - '**/Thorfile'
+ - '**/Vagrantfile'
+ - '**/Berksfile'
+ - '**/Cheffile'
+ - '**/Vagabondfile'
+ - '**/Fastfile'
- '**/*.builder'
Rails:
Rails/HttpPositionalArguments:
Enabled: false
+
+Rails/SkipsModelValidations:
+ Exclude:
+ - 'db/migrate/*.rb'
+ - 'app/controllers/user_controller.rb'
+
+Lint/PercentStringArray:
+ Exclude:
+ - 'config/initializers/secure_headers.rb'
+ - 'app/controllers/site_controller.rb'