Class: TRMNLP::Lint::Checks::TitleCasing

Inherits:
TRMNLP::Lint::Check show all
Defined in:
lib/trmnlp/lint/checks/title_casing.rb

Constant Summary collapse

MESSAGE =
'Title should begin with a capital letter.'

Method Summary

Methods inherited from TRMNLP::Lint::Check

#initialize, #issues

Constructor Details

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