Class: TRMNLP::Lint::Checks::TitleLength
- Inherits:
-
TRMNLP::Lint::Check
- Object
- TRMNLP::Lint::Check
- TRMNLP::Lint::Checks::TitleLength
- Defined in:
- lib/trmnlp/lint/checks/title_length.rb
Constant Summary collapse
- MAX_LENGTH =
50- MESSAGE =
"Title should be <= #{MAX_LENGTH} characters long.".freeze
Method Summary
Methods inherited from TRMNLP::Lint::Check
Constructor Details
This class inherits a constructor from TRMNLP::Lint::Check