tibialand/tibia-node-crawler

View on GitHub

Showing 4 of 6 total issues

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

module.exports = function(body){
  var CharacterParser;

  CharacterParser = new Parser(body)

Severity: Major
Found in src/modules/character/parser.js - About 2 hrs to fix

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

    module.exports = function(body){
      var WorldParser;
    
      WorldParser = new Parser(body)
    
    
    Severity: Major
    Found in src/modules/world/parser.js - About 2 hrs to fix

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

      module.exports = function(grunt) {
      
        grunt.loadNpmTasks('grunt-replace');
      
        grunt.initConfig({
      Severity: Minor
      Found in Gruntfile.js - About 1 hr to fix

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

        module.exports = function(body){
          var HighscoresParser;
        
          HighscoresParser = new Parser(body)
        
        
        Severity: Minor
        Found in src/modules/highscores/parser.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language