inherit_from: .rubocop_todo.yml
AllCops:
- TargetRubyVersion: 2.6
+ TargetRubyVersion: 2.7
ChefModernize/IncludingAptDefaultRecipe:
Enabled: false
AllowForAlignment: true
Layout/HeredocIndentation:
- EnforcedStyle: squiggly
+ Enabled: true
Naming/MethodParameterName:
Enabled: false
+Style/CommandLiteral:
+ EnforcedStyle: percent_x
+
Style/HashSyntax:
EnforcedStyle: hash_rockets