Rails:
Enabled: true
+Layout/ExtraSpacing:
+ AllowForAlignment: true
+
Style/BracesAroundHashParameters:
EnforcedStyle: context_dependent
-Style/ExtraSpacing:
- AllowForAlignment: true
-
Style/FileName:
Exclude:
- 'script/deliver-message'
- 'script/locale/reload-languages'
- 'script/update-spam-blocks'
+Style/FormatStringToken:
+ EnforcedStyle: template
+
Style/IfInsideElse:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
+Style/SymbolArray:
+ EnforcedStyle: brackets
+
+Rails/ApplicationRecord:
+ Enabled: false
+
Rails/HttpPositionalArguments:
Enabled: false
Exclude:
- 'db/migrate/*.rb'
- 'app/controllers/user_controller.rb'
+
+Lint/PercentStringArray:
+ Exclude:
+ - 'config/initializers/secure_headers.rb'
+ - 'app/controllers/site_controller.rb'