marionettejs/backbone.radio

View on GitHub
gulpfile.babel.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

function build(done) {
  rollup({
    entry: path.join('src', config.entryFileName),
    external: ['underscore', 'backbone'],
    plugins: [
Severity: Minor
Found in gulpfile.babel.js - About 1 hr to fix

    Function testBrowser has 30 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: Minor
    Found in gulpfile.babel.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status