lib/rubocop/cop/chef/deprecation/chef_handler_recipe.rb in cookstyle-7.32.2 vs lib/rubocop/cop/chef/deprecation/chef_handler_recipe.rb in cookstyle-7.32.7
- old
+ new
@@ -21,10 +21,10 @@
module Deprecations
# There is no need to include the empty and deprecated chef_handler::default recipe to use the chef_handler resource
#
# @example
#
- # #### incorrect
+ # ### incorrect
# include_recipe 'chef_handler'
# include_recipe 'chef_handler::default'
#
class ChefHandlerRecipe < Base
include RangeHelp