Class: TRMNLP::Lint::Checks::NoAsyncFunctions
- Inherits:
-
TRMNLP::Lint::Check
- Object
- TRMNLP::Lint::Check
- TRMNLP::Lint::Checks::NoAsyncFunctions
- Defined in:
- lib/trmnlp/lint/checks/no_async_functions.rb
Constant Summary collapse
- MESSAGE =
'Async JavaScript functions are not allowed due to browser ' \ 'timeout settings for generating screenshots.'
Method Summary
Methods inherited from TRMNLP::Lint::Check
Constructor Details
This class inherits a constructor from TRMNLP::Lint::Check