bennieswart/grunt-vnuserver

View on GitHub
tasks/vnuserver.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status