lib/cookstyle.rb in cookstyle-5.11.0 vs lib/cookstyle.rb in cookstyle-5.12.12

- old
+ new

@@ -4,9 +4,10 @@ require 'yaml' # ensure the desired target version of RuboCop is gem activated gem 'rubocop', "= #{Cookstyle::RUBOCOP_VERSION}" require 'rubocop' +require 'rubocop/monkey_patches/comment_config.rb' module RuboCop class ConfigLoader RUBOCOP_HOME.gsub!( /^.*$/,