lib/rubocop/stylecheck.rb in rubocop-stylecheck-0.1.1 vs lib/rubocop/stylecheck.rb in rubocop-stylecheck-0.1.2

- old
+ new

@@ -1,10 +1,10 @@ require "rubocop/stylecheck/version" module Rubocop module Stylecheck class << self - attr_accessor :config_path + attr_accessor :config_path, :direct def project_config_path File.join(Dir.pwd, ".rubocop.yml") end end