Module: RuboCop::Performance
Relationships & Source Files | |
Namespace Children | |
Modules:
| |
Defined in: | lib/rubocop/performance.rb, lib/rubocop/performance/inject.rb, lib/rubocop/performance/version.rb |
Overview
RuboCop Performance project namespace
Constant Summary
-
CONFIG =
# File 'lib/rubocop/performance.rb', line 8YAML.safe_load(CONFIG_DEFAULT.read).freeze
-
CONFIG_DEFAULT =
private
# File 'lib/rubocop/performance.rb', line 7PROJECT_ROOT.join('config', 'default.yml').freeze
-
PROJECT_ROOT =
private
# File 'lib/rubocop/performance.rb', line 6Pathname.new(__dir__).parent.parent. .freeze