Class: TRMNLP::Lint::Checks::NoSizeClasses
- Inherits:
-
TRMNLP::Lint::Check
- Object
- TRMNLP::Lint::Check
- TRMNLP::Lint::Checks::NoSizeClasses
- Defined in:
- lib/trmnlp/lint/checks/no_size_classes.rb
Constant Summary collapse
- PATTERN =
/\b(view(--|__)(full|half_horizontal|half_vertical|quadrant))\b("|')>/- MESSAGE =
"We already apply the 'full', 'half_horizontal', 'half_vertical', and " \ "'quadrant' classes to each view, please remove them."
Method Summary
Methods inherited from TRMNLP::Lint::Check
Constructor Details
This class inherits a constructor from TRMNLP::Lint::Check