Project

General

Profile

« Previous | Next » 

Revision 8d83241f

Added by Chris Roberts almost 6 years ago

Refs #24066 - Update Rubocop method length cop

Allow longer method length for MongoDB Engine Upgrade

View differences:

.rubocop.yml
Style/RescueModifier:
Enabled: false
Metrics/MethodLength:
Max: 40
.rubocop_todo.yml
Metrics/LineLength:
Max: 263
# Offense count: 3
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 13
# Offense count: 1
# Cop supports --auto-correct.
Performance/StartWith:
bin/foreman-proxy-certs-generate
private
# rubocop: disable Metrics/MethodLength
# rubocop: disable Naming/HeredocDelimiterNaming
# rubocop: disable Lint/RescueWithoutErrorClass
def generate_answers_file

Also available in: Unified diff