Class: TRMNLP::Lint::Checks::HighchartsElementsUnique
- Inherits:
-
TRMNLP::Lint::Check
- Object
- TRMNLP::Lint::Check
- TRMNLP::Lint::Checks::HighchartsElementsUnique
- Defined in:
- lib/trmnlp/lint/checks/highcharts_elements_unique.rb
Constant Summary collapse
- MESSAGE =
'To avoid variable shadowing across charts in multiple layouts, ' \ 'use the append_random filter for your Highcharts elements.'
- LEARN_MORE =
'https://help.trmnl.com/en/articles/10347358-custom-plugin-filters'
Method Summary
Methods inherited from TRMNLP::Lint::Check
Constructor Details
This class inherits a constructor from TRMNLP::Lint::Check