Class: TRMNLP::Lint::Checks::HighchartsAnimationsDisabled

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

Constant Summary collapse

MESSAGE =
'Highcharts should have animations disabled.'
LEARN_MORE =
'https://trmnl.com/framework/chart'

Method Summary

Methods inherited from TRMNLP::Lint::Check

#initialize, #issues

Constructor Details

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