Closed xorimabot closed 4 years ago
Hey! I ran Cookstyle 6.2.9 against this repo and here are the results. This repo was selected due to the topics of cookbook
Style/HashEachMethods
each_key
keys.each
ChefDeprecations/ChefWindowsPlatformHelper
platform?('windows')
Chef::Platform.windows?
Hey! I ran Cookstyle 6.2.9 against this repo and here are the results. This repo was selected due to the topics of cookbook
Changes
Issues found and resolved with libraries/credentials_file.rb
Style/HashEachMethods
- Useeach_key
instead ofkeys.each
.Issues found and resolved with libraries/credentials_secret_text.rb
Style/HashEachMethods
- Useeach_key
instead ofkeys.each
.Issues found and resolved with libraries/credentials_user.rb
Style/HashEachMethods
- Useeach_key
instead ofkeys.each
.Issues found and resolved with libraries/slave.rb
Style/HashEachMethods
- Useeach_key
instead ofkeys.each
.Issues found and resolved with libraries/slave_jnlp.rb
ChefDeprecations/ChefWindowsPlatformHelper
- Useplatform?('windows')
instead of the legacyChef::Platform.windows?
helper.ChefDeprecations/ChefWindowsPlatformHelper
- Useplatform?('windows')
instead of the legacyChef::Platform.windows?
helper.ChefDeprecations/ChefWindowsPlatformHelper
- Useplatform?('windows')
instead of the legacyChef::Platform.windows?
helper.