investtools/extensible-duck

View on GitHub
gulpfile.js

Summary

Maintainability
B
4 hrs
Test Coverage

Function testBrowser has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function testBrowser() {
  // Our testing bundle is made up of our unit tests, which
  // should individually load up pieces of our application.
  // We also include the browser setup file.
  const testFiles = glob.sync('./test/unit/**/*.js')
Severity: Major
Found in gulpfile.js - About 2 hrs to fix

    Function build has 47 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function build() {
      return gulp
        .src(path.join('src', config.entryFileName))
        .pipe(
          webpackStream(
    Severity: Minor
    Found in gulpfile.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status