lib/cookstyle.rb in cookstyle-5.14.1 vs lib/cookstyle.rb in cookstyle-5.15.7
- old
+ new
@@ -32,9 +32,10 @@
end
end
require 'rubocop/chef'
require 'rubocop/chef/cookbook_helpers'
+require 'rubocop/chef/platform_helpers'
require 'rubocop/chef/cookbook_only'
# Chef specific cops
Dir.glob(File.dirname(__FILE__) + '/rubocop/cop/chef/**/*.rb') do |file|
next if File.directory?(file)