eriwen/javascript-stacktrace

View on GitHub
karma.conf.ci.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function exports has 109 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (config) {
    'use strict';
    if (!process.env.SAUCE_USERNAME || !process.env.SAUCE_ACCESS_KEY) {
        console.log('Make sure the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables are set.');
        process.exit(1);
Severity: Major
Found in karma.conf.ci.js - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status