Class: Quality::Tools::Tool
- Inherits:
-
Object
- Object
- Quality::Tools::Tool
- Extended by:
- Forwardable
- Defined in:
- lib/quality/tool.rb
Overview
represents a code quality tool which can be run on source files
Direct Known Subclasses
Bigfiles, Brakeman, BundleAudit, Cane, Eslint, Flake8, Flay, Flog, Jscs, Mdl, Punchlist, Pycodestyle, RailsBestPractices, Reek, Rubocop, Scalastyle, Shellcheck
Instance Method Summary collapse
-
#initialize(runner) ⇒ Tool
constructor
A new instance of Tool.
Constructor Details
#initialize(runner) ⇒ Tool
Returns a new instance of Tool.
9 10 11 |
# File 'lib/quality/tool.rb', line 9 def initialize(runner) @runner = runner end |