Class: Warder::StyleGuideRunner

Inherits:
Runner
  • Object
show all
Defined in:
lib/warder/style_guide_runner.rb

Overview

responsible for run style guide validation

Constant Summary collapse

CLI_OPTION =
'g'
CLI_FULL_OPTION =
'style-guide'
DESCRIPTION =
'Run style guide validation'
COMMAND_NAME =
'rubocop'
FAILURE_REGEXP =
/(\d+|no) offence/

Constants inherited from Runner

Runner::SCORE

Method Summary

Methods inherited from Runner

#initialize, #perform

Constructor Details

This class inherits a constructor from Warder::Runner