lib/rubocop/cop/chef/sharing/include_resource_examples.rb in cookstyle-6.11.4 vs lib/rubocop/cop/chef/sharing/include_resource_examples.rb in cookstyle-6.12.6

- old
+ new

@@ -1,5 +1,6 @@ +# frozen_string_literal: true # # Copyright:: Copyright 2020, Chef Software Inc. # Author:: Tim Smith (<tsmith@chef.io>) # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -38,10 +39,10 @@ include RangeHelp extend TargetChefVersion minimum_target_chef_version '13.9' - MSG = 'Resources should include examples field to allow automated documention. Requires Chef Infra Client 13.9 or later.'.freeze + MSG = 'Resources should include examples field to allow automated documention. Requires Chef Infra Client 13.9 or later.' def investigate(processed_source) return if processed_source.blank? # Using range similar to RuboCop::Cop::Naming::Filename (file_name.rb) \ No newline at end of file