6to5/6to5-library-boilerplate

View on GitHub

Showing 2 of 2 total issues

Function prompting has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  prompting: function() {
    // Have Yeoman greet the user.
    this.log(yosay(
      'Welcome to the ' + chalk.red('Babel Library Boilerplate') + ' generator!'
    ));
Severity: Major
Found in app/index.js - About 2 hrs 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 app/templates/gulpfile.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language