ember-cli/ember-try-config

View on GitHub
lib/auto-scenario-config-for-ember.js

Summary

Maintainability
A
1 hr
Test Coverage

Function generateBaseScenarios has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function generateBaseScenarios(_getChannelURL = getChannelURL) {
  let [release, beta, canary] = await Promise.all([
    _getChannelURL('release'),
    _getChannelURL('beta'),
    _getChannelURL('canary'),
Severity: Minor
Found in lib/auto-scenario-config-for-ember.js - About 1 hr to fix

    Parsing error: Invalid ecmaVersion.
    Open

    'use strict';

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status