inherit_from: .rubocop_todo.yml Metrics/MethodLength: CountComments: false # count full line comments? Max: 20 Metrics/AbcSize: Max: 25 Metrics/CyclomaticComplexity: Max: 10