Class: RuboCop::Cop::UsedUnincludedModules
- Inherits:
-
BaseInteractorCop
- Object
- Base
- BaseInteractorCop
- RuboCop::Cop::UsedUnincludedModules
- Defined in:
- lib/interactor_support/rubocop/cop/used_unincluded_modules.rb
Constant Summary collapse
- MSG_MISSING_INTERACTOR =
'`include Interactor` is required when including `%<module>s`.'
- MSG_MISSING_MODULE =
'Method `%<method>s` is used but `%<module>s` is not included.'