Class: CIHelper::Commands::RubocopLint

Inherits:
BaseCommand show all
Defined in:
lib/ci_helper/commands/rubocop_lint.rb

Instance Method Summary collapse

Methods inherited from BaseCommand

call!, #execute, #execute_with_env, #initialize, process_stdout

Constructor Details

This class inherits a constructor from CIHelper::Commands::BaseCommand

Instance Method Details

#callObject



6
7
8
# File 'lib/ci_helper/commands/rubocop_lint.rb', line 6

def call
  execute("bundle exec rubocop")
end