Module: RuboCop::Cop::AllowedMethods
- Included in:
- Layout::EmptyLinesAroundAttributeAccessor, Lint::AmbiguousBlockAssociation, Lint::ConstantDefinitionInBlock, Lint::NestedMethodDefinition, Lint::NumberConversion, Lint::RedundantSafeNavigation, MethodComplexity, Metrics::BlockLength, Metrics::MethodLength, Naming::PredicateName, NilMethods, Style::BlockDelimiters, Style::ClassEqualityComparison, Style::FormatStringToken, Style::IfWithBooleanLiteralBranches, Style::MethodCallWithArgsParentheses, Style::MethodCallWithoutArgsParentheses, Style::NestedParenthesizedCalls, Style::NumericPredicate, Style::OptionalBooleanParameter, Style::SymbolProc, Style::TrivialAccessors
- Defined in:
- lib/rubocop/cop/mixin/allowed_methods.rb
Overview
This module encapsulates the ability to allow certain methods when parsing.