Class: HamlLint::Linter::Syntax
- Inherits:
-
HamlLint::Linter
- Object
- HamlLint::Linter
- HamlLint::Linter::Syntax
- Includes:
- HamlLint::LinterRegistry
- Defined in:
- lib/haml_lint/linter/syntax.rb
Overview
A catch-all linter for syntax violations raised by the Haml parser.
Instance Attribute Summary
Attributes inherited from HamlLint::Linter
Method Summary
Methods included from HamlLint::LinterRegistry
extract_linters_from, included
Methods inherited from HamlLint::Linter
#initialize, #name, #run, #run_or_raise, supports_autocorrect?, #supports_autocorrect?
Methods included from HamlVisitor
Constructor Details
This class inherits a constructor from HamlLint::Linter