]> git.openstreetmap.org Git - chef.git/commitdiff
Target ruby 2.6 for cookstyle checks as that is what chef 15 uses
authorTom Hughes <tom@compton.nu>
Fri, 15 May 2020 13:24:42 +0000 (14:24 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 15 May 2020 13:24:42 +0000 (14:24 +0100)
.rubocop.yml

index eae20fc7ad47f5b2b4930bba32bf7532e482557e..d7fa0e5f7d9ad3269480e21dc1423bb56e9a0740 100644 (file)
@@ -1,7 +1,7 @@
 inherit_from: .rubocop_todo.yml
 
 AllCops:
-  TargetRubyVersion: 2.5
+  TargetRubyVersion: 2.6
 
 ChefModernize/IncludingAptDefaultRecipe:
   Enabled: false