Class: SlimLint::Linter::RedundantDiv
- Inherits:
-
SlimLint::Linter
- Object
- SlimLint::Linter
- SlimLint::Linter::RedundantDiv
- Includes:
- SlimLint::LinterRegistry
- Defined in:
- lib/slim_lint/linter/redundant_div.rb
Overview
Checks for unnecessary uses of the ‘div` tag where a class name or ID already implies a div.
Constant Summary collapse
- MESSAGE =
'`div` is redundant when %s attribute shortcut is present'
Instance Attribute Summary
Attributes inherited from SlimLint::Linter
Attributes included from SexpVisitor::DSL
Method Summary
Methods included from SlimLint::LinterRegistry
extract_linters_from, included
Methods inherited from SlimLint::Linter
Methods included from SexpVisitor::DSL
#anything, #capture, #on, #on_start
Methods included from SexpVisitor
#captures, #on_start, #patterns, #traverse, #traverse_children, #trigger_pattern_callbacks
Constructor Details
This class inherits a constructor from SlimLint::Linter