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

Classes: Error, Plugin

Constant Summary collapse

PROJECT_ROOT =
Pathname.new(__dir__).parent.parent.expand_path.freeze
CONFIG_DEFAULT =
PROJECT_ROOT.join("config", "default.yml").freeze
VERSION =
"0.3.0"