lib/cookstyle.rb in cookstyle-5.19.9 vs lib/cookstyle.rb in cookstyle-5.20.0
- old
+ new
@@ -41,10 +41,10 @@
require_relative 'rubocop/chef/cookbook_helpers'
require_relative 'rubocop/chef/platform_helpers'
require_relative 'rubocop/chef/cookbook_only'
require_relative 'rubocop/cop/target_chef_version'
-# Chef specific cops
+# Chef Infra specific cops
Dir.glob(File.dirname(__FILE__) + '/rubocop/cop/chef/**/*.rb') do |file|
next if File.directory?(file)
require_relative file # not actually relative but require_relative is faster
end