Reactive-Extensions/RxJS

View on GitHub
Gruntfile.js

Summary

Maintainability
F
3 wks
Test Coverage

Showing 12 of 12 total issues

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

module.exports = function (grunt) {
 
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
meta: {
Severity: Major
Found in Gruntfile.js - About 1 wk to fix

    File Gruntfile.js has 2613 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    module.exports = function (grunt) {
     
    grunt.initConfig({
    pkg: grunt.file.readJSON('package.json'),
    meta: {
    Severity: Major
    Found in Gruntfile.js - About 1 wk to fix

      Function loadFile has 29 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function loadFile(tsFile) {
      if (cache[tsFile]) {
      return;
      }
      var dependencyRegex = /\/\/\/ <reference path\=\"(.*?)\" \/>/g;
      Severity: Minor
      Found in Gruntfile.js - About 1 hr to fix

        Avoid deeply nested control flow statements.
        Open

        if (tsFile.indexOf(valid[z]) !== -1) {
        validResult = true;
        break;
        }
        Severity: Major
        Found in Gruntfile.js - About 45 mins to fix

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'aggregates-lite-compat': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro-compat.js',
          'src/core/headers/aggregatesheader.js',
          Severity: Major
          Found in Gruntfile.js and 1 other location - About 2 hrs to fix
          Gruntfile.js on lines 1534..1570

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'aggregates-lite': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro.js',
          'src/core/headers/aggregatesheader.js',
          Severity: Major
          Found in Gruntfile.js and 1 other location - About 2 hrs to fix
          Gruntfile.js on lines 1571..1607

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'experimental-lite-compat': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro-compat.js',
          'src/core/headers/experimentalheader.js',
          Severity: Major
          Found in Gruntfile.js and 1 other location - About 1 hr to fix
          Gruntfile.js on lines 1778..1805

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'experimental-lite': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro.js',
          'src/core/headers/experimentalheader.js',
          Severity: Major
          Found in Gruntfile.js and 1 other location - About 1 hr to fix
          Gruntfile.js on lines 1806..1833

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'time-lite-compat': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro-compat.js',
          'src/core/headers/timeheader.js',
          Severity: Minor
          Found in Gruntfile.js and 1 other location - About 55 mins to fix
          Gruntfile.js on lines 1979..2003

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'lite-extras': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro.js',
          'src/core/headers/liteextrasheader.js',
          Severity: Minor
          Found in Gruntfile.js and 1 other location - About 55 mins to fix
          Gruntfile.js on lines 1404..1444

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'lite-extras-compat': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro-compat.js',
          'src/core/headers/liteextrasheader.js',
          Severity: Minor
          Found in Gruntfile.js and 1 other location - About 55 mins to fix
          Gruntfile.js on lines 1363..1403

          Similar blocks of code found in 2 locations. Consider refactoring.
          Open

          'time-lite': {
          src: [
          'src/core/headers/license.js',
          'src/core/headers/liteintro.js',
          'src/core/headers/timeheader.js',
          Severity: Minor
          Found in Gruntfile.js and 1 other location - About 55 mins to fix
          Gruntfile.js on lines 2004..2028
          Category
          Status