lib/rubocop/cop/chef/modernize/windows_default_recipe.rb in cookstyle-7.32.2 vs lib/rubocop/cop/chef/modernize/windows_default_recipe.rb in cookstyle-7.32.7
- old
+ new
@@ -21,10 +21,10 @@
module Modernize
# Don't include the windows default recipe that is either full of gem install that are part of the Chef Infra Client, or empty (depends on version).
#
# @example
#
- # #### incorrect
+ # ### incorrect
# include_recipe 'windows::default'
# include_recipe 'windows'
#
class IncludingWindowsDefaultRecipe < Base
include RangeHelp