Module: RubocopHelpers
- Defined in:
- lib/potassium/helpers/rubocop-helpers.rb
Instance Method Summary collapse
Instance Method Details
#run_rubocop ⇒ Object
4 5 6 7 8 |
# File 'lib/potassium/helpers/rubocop-helpers.rb', line 4 def run_rubocop , paths = RuboCop::Options.new.parse(["-A"]) runner = RuboCop::Runner.new(, RuboCop::ConfigStore.new) runner.run(paths) end |