Module: RuboCop::Cop::AllowedPattern
- Included in:
- Layout::IndentationWidth, Layout::LineLength, Lint::AmbiguousBlockAssociation, Lint::NestedMethodDefinition, Lint::NumberConversion, Lint::UnreachableLoop, MethodComplexity, Metrics::BlockLength, Metrics::MethodLength, Naming::MethodName, Naming::VariableName, Naming::VariableNumber, Style::BlockDelimiters, Style::ClassEqualityComparison, Style::FormatStringToken, Style::IfUnlessModifier, Style::MethodCallWithArgsParentheses, Style::MethodCallWithoutArgsParentheses, Style::NumericLiterals, Style::NumericPredicate, Style::ReturnNilInPredicateMethodDefinition, Style::SymbolProc
- Defined in:
- lib/rubocop/cop/mixin/allowed_pattern.rb
Overview
This module encapsulates the ability to ignore certain lines when parsing.