inherit_from: .rubocop_todo.yml
AllCops:
- RunRailsCops: true
+ Include:
+ - '**/*.builder'
+
+Rails:
+ Enabled: true
Style/BracesAroundHashParameters:
EnforcedStyle: context_dependent
- 'script/locale/reload-languages'
- 'script/update-spam-blocks'
+Style/IfInsideElse:
+ Enabled: false
+
Style/GlobalVars:
Exclude:
- 'lib/quad_tile/extconf.rb'
-
+
+Style/GuardClause:
+ Enabled: false
+
Style/HashSyntax:
EnforcedStyle: hash_rockets
Exclude:
Style/StringLiterals:
EnforcedStyle: double_quotes
+
+Rails/HttpPositionalArguments:
+ Enabled: false