betajs/betajs-compile

View on GitHub
grunt/flash.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function (taskname, src, dest, targetplayer, targetswf) {
    this.grunt.loadNpmTasks('grunt-shell');
    taskname = taskname || "flash";
    targetplayer = targetplayer || "11.2";
    src = src.split("/");
Severity: Minor
Found in grunt/flash.js - About 1 hr to fix

    Function exports has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    module.exports = function (taskname, src, dest, targetplayer, targetswf) {
    Severity: Minor
    Found in grunt/flash.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status