Class: Fudge::Tasks::Flay
- Includes:
- Helpers::BundleAware
- Defined in:
- lib/fudge/tasks/flay.rb
Overview
Allow use of Flay complexity analyser
task :flay
runs flay with max score of 0
task :flay, :exclude => 'subpath/'
excludes files matching :exclude from run
task :flay, :max => 20
sets max score to 20
Any and all options can be defined
Instance Attribute Summary
Attributes inherited from Shell
Attributes inherited from Task
Method Summary
Methods inherited from Shell
Methods inherited from Task
Constructor Details
This class inherits a constructor from Fudge::Tasks::Shell