Class: LintTrap::Linter::CPPCheck
- Defined in:
- lib/lint_trap/linter/cppcheck.rb
Overview
Encapsulates logic specific to cppcheck command line tool.
Constant Summary
Constants inherited from Base
Base::CONFIG_PATH, Base::LintError
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#==, #add_language, #image, #image_version, #initialize, #inspect, #lint, #name
Constructor Details
This class inherits a constructor from LintTrap::Linter::Base
Instance Method Details
#version ⇒ Object
7 8 9 |
# File 'lib/lint_trap/linter/cppcheck.rb', line 7 def version '1.67-1' end |