module Shanty::RubocopPlugin

Public: Rubocop plugin for style checking ruby projects.

Public Instance Methods

rubocop() click to toggle source
# File lib/shanty/plugins/rubocop.rb, line 10
def rubocop
  system 'rubocop'
end