inherit_from: .rubocop_todo.yml
-Style/AlignParameters:
+AllCops:
+ TargetRubyVersion: 2.3
+
+Layout/AlignParameters:
Exclude:
- '**/metadata.rb'
+Layout/ExtraSpacing:
+ AllowForAlignment: true
+
+Layout/IndentHeredoc:
+ EnforcedStyle: squiggly
+
Style/FileName:
Exclude:
- 'cookbooks/trac/files/default/trac-authenticate'
- 'hooks/*'
- 'roles/*.rb'
+Style/FrozenStringLiteralComment:
+ EnforcedStyle: never
+
Style/HashSyntax:
EnforcedStyle: hash_rockets
-Style/SingleSpaceBeforeFirstArg:
- Exclude:
- - '**/metadata.rb'
-
Style/StringLiterals:
EnforcedStyle: double_quotes
+
+Style/SymbolArray:
+ EnforcedStyle: brackets