Module: RuboCop::Captive
- Defined in:
- lib/rubocop/captive.rb,
lib/rubocop/captive/inject.rb,
lib/rubocop/captive/version.rb
Overview
RuboCop Captive project namespace
Defined Under Namespace
Modules: Inject
Constant Summary collapse
- PROJECT_ROOT =
Pathname.new(__FILE__).parent.parent.parent..freeze
- CONFIG_DEFAULT =
PROJECT_ROOT.join("config", "default.yml").freeze
- CONFIG =
Psych.safe_load(CONFIG_DEFAULT.read).freeze
- VERSION =
Version information for the the Airbnb RuboCop plugin.
"1.12.0"