-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: 3.1
+
+Chef/Modernize/IncludingAptDefaultRecipe:
+ Enabled: false
+
+Chef/Modernize/CronDFileOrTemplate:
+ Enabled: false
+
+Layout/ExtraSpacing:
+ AllowForAlignment: true
+
+Layout/HeredocIndentation:
+ Enabled: true
+
+Naming/MethodParameterName:
+ Enabled: false
+
+Style/CommandLiteral:
+ EnforcedStyle: percent_x