lib/workitcop.rb in workitcop-0.1.0 vs lib/workitcop.rb in workitcop-0.2.0

- old
+ new

@@ -1,9 +1,11 @@ # frozen_string_literal: true require_relative "workitcop/inject" require_relative "workitcop/version" +require_relative "rubocop/cop/workit/action_args" +require_relative "rubocop/cop/workit/noop_rescue" require_relative "rubocop/cop/workit/restrict_on_send" module Workitcop PROJECT_ROOT = ::Pathname.new(__dir__).parent.expand_path.freeze CONFIG_DEFAULT = PROJECT_ROOT.join("config", "default.yml").freeze