Class: TRMNLP::Lint::Checks::HighchartsElementsUnique

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

#initialize, #issues

Constructor Details

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