micro-toolkit/logger-facade-nodejs

View on GitHub

Showing 2 of 2 total issues

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

module.exports = function(grunt) {
  grunt.initConfig({
    pkg: grunt.file.readJSON('package.json'),

    watch: {
Severity: Major
Found in Gruntfile.js - About 4 hrs to fix

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

      var LoggerInstance = function(name){
    
        this.isDebug = function(){
    
          var debug = false;
    Severity: Minor
    Found in index.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language