Class: SlimLint::Linter::LineLength

Inherits:
Linter
  • Object
show all
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]'

Method Summary

Methods included from SlimLint::LinterRegistry

extract_linters_from, included, linter_names