Class: RakeCheck::Checker::Reek

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

Overview

ReekChecker checks the Output of reek for Code Smells

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



6
7
8
# File 'lib/rake_check/checker/reek.rb', line 6

def run
  run_command "reek app/models lib -y"
end