lib/phare/check/rubocop.rb in phare-0.5.2 vs lib/phare/check/rubocop.rb in phare-0.6
- old
+ new
@@ -23,12 +23,10 @@
def binary_exists?
!Phare.system_output('which rubocop').empty?
end
def print_banner
- Phare.puts '----------------------------------------'
- Phare.puts 'Running Rubocop to check for Ruby style…'
- Phare.puts '----------------------------------------'
+ Phare.banner 'Running Rubocop to check for Ruby style…'
end
end
end
end