inherit_from: .rubocop_todo.yml
-Style/SingleSpaceBeforeFirstArg:
+Style/AlignParameters:
Exclude:
- '**/metadata.rb'
+
+Style/ExtraSpacing:
+ AllowForAlignment: true
+
+Style/FileName:
+ Exclude:
+ - 'cookbooks/trac/files/default/trac-authenticate'
+ - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
+ - 'cookbooks/*/templates/*/*.erb'
+ - 'hooks/*'
+ - 'roles/*.rb'
+
+Style/HashSyntax:
+ EnforcedStyle: hash_rockets
+
+Style/StringLiterals:
+ EnforcedStyle: double_quotes