bennieswart/grunt-vnuserver

View on GitHub

Showing 1 of 1 total issue

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

module.exports = function (grunt) {
    grunt.registerTask('vnuserver', 'Start the Nu Html Checker server.', function () {
        let opt = this.options({port: 8888, skippable: false, persist: false});
        let done = this.async();
        portastic.test(opt.port, function (open) {
Severity: Major
Found in tasks/vnuserver.js - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language