Class: SlimLint::Linter::LineLength
- Inherits:
-
SlimLint::Linter
- Object
- SlimLint::Linter
- SlimLint::Linter::LineLength
- Includes:
- SlimLint::LinterRegistry
- Defined in:
- lib/slim_lint/linter/line_length.rb
Overview
Checks for lines longer than a maximum number of columns.
Constant Summary collapse
- MSG =
'Line is too long. [%d/%d]'
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