AllCops: DisplayCopNames: true TargetRubyVersion: 2.5 Metrics/ClassLength: Exclude: - 'test/*.rb' Layout/EmptyLineAfterGuardClause: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Max: 30 Metrics/MethodLength: Max: 30 Metrics/CyclomaticComplexity: Max: 12 Metrics/PerceivedComplexity: Max: 12