lib/rubocop/cop/chef/deprecation/chef_handler_supports.rb in cookstyle-7.11.1 vs lib/rubocop/cop/chef/deprecation/chef_handler_supports.rb in cookstyle-7.11.3
- old
+ new
@@ -18,10 +18,10 @@
module RuboCop
module Cop
module Chef
module Deprecations
- # Use the type property instead of the deprecated supports property in the chef_handler resource. The supports property was removed in chef_handler cookbook version 3.0 (June 2017) and Chef Infra Client 14.0.
+ # Use the type `property` instead of the deprecated `supports` property in the `chef_handler` resource. The `supports` property was removed in `chef_handler` cookbook version 3.0 (June 2017) and Chef Infra Client 14.0.
#
# @example
#
# #### incorrect
# chef_handler 'whatever' do