Class: TRMNLP::Lint::Checks::NoSizeClasses

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

#initialize, #issues

Constructor Details

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