Module: Rubocop::Rspec::Unused::Let

Defined in:
lib/rubocop/rspec/unused/let.rb,
lib/rubocop/rspec/unused/let/plugin.rb,
lib/rubocop/rspec/unused/let/version.rb,
sig/rubocop/rspec/unused/let.rbs,
sig/rubocop/rspec/unused/let/plugin.rbs,
sig/rubocop/rspec/unused/let/version.rbs

Defined Under Namespace

Classes: Error, Plugin

Constant Summary collapse

PROJECT_ROOT =

: Pathname

Returns:

  • (Pathname)
Pathname.new(__dir__ || ".").join("../../../..").expand_path.freeze
CONFIG_DEFAULT =

: Pathname

Returns:

  • (Pathname)
PROJECT_ROOT.join("config", "default.yml").freeze
VERSION =

Returns:

  • (::String)
"1.0.0"