Wain-PC/work-wrap

View on GitHub

Showing 2 of 2 total issues

Function wrap has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    window.Worker.wrap = function (fn) {
        var worker = createAndListen(),
            retFunc = function () {
                var args = Array.prototype.slice.call(arguments).map(function (arg) {
                    if (typeof arg === 'function') {
Severity: Minor
Found in index.js - About 1 hr to fix

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

    module.exports = function (config) {
        var configuration = {
            basePath: '',
            frameworks: ['mocha', 'sinon-chai'],
            files: [
    Severity: Minor
    Found in karma.conf.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language