]> git.openstreetmap.org Git - chef.git/commitdiff
Update rubocop configuration for COP renames
authorTom Hughes <tom@compton.nu>
Sat, 21 Mar 2020 11:54:09 +0000 (11:54 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 21 Mar 2020 11:54:09 +0000 (11:54 +0000)
.rubocop.yml

index 5d25f84c3d93bf535e9e211b3c5dba12702b8d98..eae20fc7ad47f5b2b4930bba32bf7532e482557e 100644 (file)
@@ -9,10 +9,10 @@ ChefModernize/IncludingAptDefaultRecipe:
 Layout/ExtraSpacing:
   AllowForAlignment: true
 
-Layout/IndentHeredoc:
+Layout/HeredocIndentation:
   EnforcedStyle: squiggly
 
-Naming/UncommunicativeMethodParamName:
+Naming/MethodParameterName:
   Enabled: false
 
 Style/HashSyntax: