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