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
IgnoredMethodsmodule, which will be deprecated inRuboCop2.0.- IgnoredPattern
This module encapsulates the ability to ignore certain lines when parsing.