-Style/SingleSpaceBeforeFirstArg:
+inherit_from: .rubocop_todo.yml
+
+require: rubocop-performance
+
+AllCops:
+ TargetRubyVersion: 2.3
+
+Layout/AlignParameters:
Exclude:
- '**/metadata.rb'
+
+Layout/ExtraSpacing:
+ AllowForAlignment: true
+
+Layout/IndentHeredoc:
+ EnforcedStyle: squiggly
+
+Naming/FileName:
+ Exclude:
+ - 'cookbooks/trac/files/default/trac-authenticate'
+ - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
+ - 'cookbooks/*/templates/*/*.erb'
+ - 'hooks/*'
+ - 'roles/*.rb'
+
+Naming/UncommunicativeMethodParamName:
+ Enabled: false
+
+Style/FrozenStringLiteralComment:
+ EnforcedStyle: never
+
+Style/HashSyntax:
+ EnforcedStyle: hash_rockets
+
+Style/IfUnlessModifier:
+ Enabled: false
+
+Style/StringLiterals:
+ EnforcedStyle: double_quotes
+
+Style/SymbolArray:
+ EnforcedStyle: brackets