module RuboCop::Cop
Constants
- IgnoredMethods
This module encapsulates the ability to allow certain methods when parsing. Even if the code is in offense, if it contains methods that are allowed. This module is equivalent to the
IgnoredMethods
module, which will be deprecated inRuboCop
2.0.- IgnoredPattern
This module encapsulates the ability to ignore certain lines when parsing.