Sha256: 01dce8cd8499554145d8cdbd845dada7c53ede95de45f6af0285289357855495

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

module Warder
  # responsible for run style guide validation
  class StyleGuideRunner < Runner
    CLI_OPTION = 'g'
    CLI_FULL_OPTION = 'style-guide'
    DESCRIPTION = 'Run style guide validation'
    COMMAND_NAME = 'rubocop'
    FAILURE_REGEXP = /(\d+|no) offense/
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
warder-0.1.7 lib/warder/style_guide_runner.rb