Class: TRMNLP::Lint::Checks::NoAsyncFunctions

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

#initialize, #issues

Constructor Details

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