AllCops: Exclude: - 'bin/**/*' - 'assets/**/*' DisplayCopNames: true TargetRubyVersion: 2.3 Metrics/CyclomaticComplexity: Max: 20 Metrics/MethodLength: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false Metrics/AbcSize: Enabled: false Metrics/BlockLength: Max: 100 Metrics/PerceivedComplexity: Max: 20 Style/MultilineTernaryOperator: Enabled: false Layout/EmptyLineAfterGuardClause: Enabled: false