Class: TRMNLP::Lint::Checks::DescriptionLength
- Inherits:
-
TRMNLP::Lint::Check
- Object
- TRMNLP::Lint::Check
- TRMNLP::Lint::Checks::DescriptionLength
- Defined in:
- lib/trmnlp/lint/checks/description_length.rb
Overview
Matches the hosted service's limit. There is no upstream file to sync from, so update this by hand when that limit changes, the same way db/data/form_fields.yml is kept current.
Constant Summary collapse
- MAX_LENGTH =
35- MESSAGE =
"Description 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