lib/phare/checks/ruby_rubocop.rb in phare-0.1.2 vs lib/phare/checks/ruby_rubocop.rb in phare-0.2

- old
+ new

@@ -2,10 +2,10 @@ module Checks class RubyRubocop attr_reader :status def initialize - @command = 'bundle exec rubocop' + @command = 'rubocop' end def run if should_run? print_banner