Class: Pronto::Rubocop
- Inherits:
-
Runner
- Object
- Runner
- Pronto::Rubocop
- Defined in:
- lib/pronto/rubocop.rb,
lib/pronto/rubocop/patch_cop.rb,
lib/pronto/rubocop/offense_line.rb
Defined Under Namespace
Classes: OffenseLine, PatchCop
Instance Method Summary collapse
Instance Method Details
#pronto_rubocop_config ⇒ Object
18 19 20 |
# File 'lib/pronto/rubocop.rb', line 18 def pronto_rubocop_config @pronto_rubocop_config ||= Pronto::ConfigFile.new.to_h['rubocop'] || {} end |