Class: Warder::StyleGuideRunner
- 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 ruby style guide validation'
- COMMAND_NAME =
'rubocop --no-color --format clang'
- FAILURE_REGEXP =
/(?<issues>\d+|no) offense/
Constants inherited from Runner
Runner::FAILURE_THRESHOLD, Runner::SCORE
Method Summary
Methods inherited from Runner
Constructor Details
This class inherits a constructor from Warder::Runner