(maint) - add back gems removed by pdk update
[puppet-modules/puppetlabs-apt.git] / .rubocop.yml
index 33688a79ec1d068a47484b3bd878a725a7bf9f93..200675437fbaa0152047d3ac1ef079b7beb5f254 100644 (file)
@@ -40,6 +40,10 @@ Style/BlockDelimiters:
   Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
     be consistent then.
   EnforcedStyle: braces_for_chaining
+Style/BracesAroundHashParameters:
+  Description: Braces are required by Ruby 2.7. Cop removed from RuboCop v0.80.0.
+    See https://github.com/rubocop-hq/rubocop/pull/7643
+  Enabled: true
 Style/ClassAndModuleChildren:
   Description: Compact style reduces the required amount of indentation.
   EnforcedStyle: compact