Module: RuboCop::Traitify

Defined in:
lib/rubocop/traitify.rb,
lib/rubocop/traitify/inject.rb,
lib/rubocop/traitify/version.rb

Defined Under Namespace

Modules: Inject

Constant Summary collapse

PROJECT_ROOT =
Pathname.new(__FILE__).parent.parent.parent.expand_path.freeze
CONFIG_DEFAULT =
PROJECT_ROOT.join("config", "default.yml").freeze
CONFIG =
Psych.safe_load(CONFIG_DEFAULT.read).freeze
VERSION =
"0.0.0"