Module: RuboCop

Defined in:
sig/rubocop/cop/auto_corrector.rbs,
lib/rubocop/sorted_methods_by_call/plugin.rb,
lib/rubocop/sorted_methods_by_call/compare.rb,
lib/rubocop/sorted_methods_by_call/version.rb,
lib/rubocop/cop/sorted_methods_by_call/waterfall.rb,
sig/rubocop/sorted_methods_by_call/plugin.rbs,
sig/rubocop/sorted_methods_by_call/compare.rbs,
sig/rubocop/sorted_methods_by_call/version.rbs,
sig/rubocop/cop/sorted_methods_by_call/waterfall.rbs

Overview

Patch: the RBS collection places AutoCorrector at RuboCop::AutoCorrector (matching older rubocop), but the actual rubocop gem defines it inside the Cop module. Re-export at the correct path so steep can find it when the Ruby code says extend ::RuboCop::Cop::AutoCorrector.

Defined Under Namespace

Modules: Cop, SortedMethodsByCall