Class: TRMNLP::Lint::Checks::LayoutsHaveContent

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

Constant Summary collapse

MIN_CONTENT_LENGTH =
10
MESSAGE =
'Some markup layouts are empty, please provide basic treatment.'

Method Summary

Methods inherited from TRMNLP::Lint::Check

#initialize, #issues

Constructor Details

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