SergiX44/XBackBone

View on GitHub
Gruntfile.js

Summary

Maintainability
A
0 mins
Test Coverage

Function exports has 161 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

module.exports = function (grunt) {
    let version = grunt.file.readJSON('composer.json').version;
    let releaseFilename = 'release-v' + version + '.zip';
    grunt.initConfig({
        pkg: grunt.file.readJSON('package.json'),
Severity: Major
Found in Gruntfile.js - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status