Class: HamlLint::Linter::Syntax

Inherits:
HamlLint::Linter show all
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

#lints

Method Summary

Methods included from HamlLint::LinterRegistry

extract_linters_from, included

Methods inherited from HamlLint::Linter

#initialize, #name, #run

Methods included from HamlVisitor

#visit, #visit_children

Constructor Details

This class inherits a constructor from HamlLint::Linter