-Style/AlignParameters:
- Exclude:
- - '**/metadata.rb'
-
-Style/FileName:
- Exclude:
- - 'cookbooks/trac/files/default/trac-authenticate'
- - 'cookbooks/planet/files/default/replication-bin/replicate-changesets'
- - 'cookbooks/*/templates/*/*.erb'
- - 'hooks/*'
- - 'roles/*.rb'
+AllCops:
+ TargetRubyVersion: 2.5
+
+ChefModernize/IncludingAptDefaultRecipe:
+ Enabled: false
+
+Layout/ExtraSpacing:
+ AllowForAlignment: true
+
+Layout/IndentHeredoc:
+ EnforcedStyle: squiggly
+
+Naming/UncommunicativeMethodParamName:
+ Enabled: false