Module: RuboCop::Cop::Style::MethodCallWithArgsParentheses::OmitParentheses
- Includes:
- RangeHelp
- Included in:
- RuboCop::Cop::Style::MethodCallWithArgsParentheses
- Defined in:
- lib/rubocop/cop/style/method_call_with_args_parentheses/omit_parentheses.rb
Overview
Style omit_parentheses rubocop:disable Metrics/ModuleLength, Metrics/CyclomaticComplexity
Constant Summary collapse
- TRAILING_WHITESPACE_REGEX =
/\s+\Z/.freeze