Class: Warder::CodeComplexityRunner

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

Overview

responsible for run code complexity validation

Constant Summary collapse

FLOG_SCORE =
SCORE

Constants inherited from Runner

Runner::SCORE

Instance Method Summary collapse

Methods inherited from Runner

#perform

Constructor Details

#initialize(options = {}) ⇒ CodeComplexityRunner

Returns a new instance of CodeComplexityRunner.



6
7
8
# File 'lib/warder/code_complexity_runner.rb', line 6

def initialize(options = {})
  @options = options
end