Class: RuboCop::Cop::AnyCable::PeriodicalTimers
- Inherits:
-
Base
- Object
- Base
- RuboCop::Cop::AnyCable::PeriodicalTimers
- Defined in:
- lib/anycable/rails/rubocop/cops/anycable/periodical_timers.rb
Overview
Checks for periodical timers usage.
Constant Summary collapse
- MSG =
"Periodical Timers are not supported in AnyCable"- RESTRICT_ON_SEND =
%i[periodically].freeze