ama-ch/goog-base-migrator

View on GitHub

Showing 2 of 4 total issues

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

module.exports = function(grunt) {

  // Project configuration.
  grunt.initConfig({
    jshint: {
Severity: Minor
Found in Gruntfile.js - About 1 hr to fix

    Function createNewExpression has 36 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function createNewExpression(node, className, isConstructor) {
      var args = ['this'];
      if (isConstructor) {
        args.push("'constructor'");
      }
    Severity: Minor
    Found in lib/goog-base-migrator.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language