Class: RuboCop::Cop::UsedUnincludedModules

Inherits:
BaseInteractorCop show all
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.'

Method Summary

Methods inherited from BaseInteractorCop

#on_class, #on_module