Class: TRMNLP::Lint::Checks::TitleLength

Inherits:
TRMNLP::Lint::Check show all
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

#initialize, #issues

Constructor Details

This class inherits a constructor from TRMNLP::Lint::Check