lib/rubocop/cop/chef/modernize/resource_name_initializer.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/modernize/resource_name_initializer.rb in cookstyle-7.0.0
- old
+ new
@@ -16,10 +16,10 @@
# limitations under the License.
#
module RuboCop
module Cop
module Chef
- module ChefModernize
+ module Modernize
# The resource name can now be specified using the `resource_name` helper instead of using the @resource_name variable in the resource provider initialize method. In general we recommend against writing HWRPs, but if HWRPs are necessary you should utilize as much of the resource DSL as possible.
#
# @example
#
# # bad