Module: RuboCop::Semantics

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

Overview

Cops that check for meaningless and misleading names in code

Defined Under Namespace

Modules: Inject Classes: Error

Constant Summary collapse

CONFIG =
YAML.safe_load(CONFIG_DEFAULT.read).freeze
VERSION =
"1.1.0"