Class: RakeCheck::Checker::Brakeman

Inherits:
Base
  • Object
show all
Defined in:
lib/rake_check/checker/brakeman.rb

Overview

BrakemanChecker checks the output for undocumented classes and methods

Instance Attribute Summary

Attributes inherited from Base

#check_output, #options, #short_message, #time

Instance Method Summary collapse

Methods inherited from Base

#initialize, #status, #success?, #type

Constructor Details

This class inherits a constructor from RakeCheck::Checker::Base

Instance Method Details

#runObject



8
9
10
# File 'lib/rake_check/checker/brakeman.rb', line 8

def run
  run_command 'brakeman --exit-on-warn --no-progress --summary -q'
end