Module: RuboCop::Sane
- Defined in:
- lib/rubocop/sane.rb,
lib/rubocop/sane/plugin.rb,
lib/rubocop/sane/version.rb
Overview
RuboCop Sane project namespace
Defined Under Namespace
Constant Summary collapse
- PROJECT_ROOT =
Pathname.new(__dir__).parent.parent..freeze
- CONFIG_DEFAULT =
PROJECT_ROOT.join("config", "default.yml").freeze
- VERSION =
"0.3.0"