Function exports
has 2611 lines of code (exceeds 25 allowed). Consider refactoring.
module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
meta: {
File Gruntfile.js
has 2613 lines of code (exceeds 250 allowed). Consider refactoring.
module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
meta: {
Function loadFile
has 29 lines of code (exceeds 25 allowed). Consider refactoring.
function loadFile(tsFile) {
if (cache[tsFile]) {
return;
}
var dependencyRegex = /\/\/\/ <reference path\=\"(.*?)\" \/>/g;
Avoid deeply nested control flow statements.
if (tsFile.indexOf(valid[z]) !== -1) {
validResult = true;
break;
}
Similar blocks of code found in 2 locations. Consider refactoring.
'aggregates-lite-compat': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro-compat.js',
'src/core/headers/aggregatesheader.js',
Similar blocks of code found in 2 locations. Consider refactoring.
'aggregates-lite': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro.js',
'src/core/headers/aggregatesheader.js',
Similar blocks of code found in 2 locations. Consider refactoring.
'experimental-lite-compat': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro-compat.js',
'src/core/headers/experimentalheader.js',
Similar blocks of code found in 2 locations. Consider refactoring.
'experimental-lite': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro.js',
'src/core/headers/experimentalheader.js',
Similar blocks of code found in 2 locations. Consider refactoring.
'time-lite-compat': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro-compat.js',
'src/core/headers/timeheader.js',
Similar blocks of code found in 2 locations. Consider refactoring.
'lite-extras': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro.js',
'src/core/headers/liteextrasheader.js',
Similar blocks of code found in 2 locations. Consider refactoring.
'lite-extras-compat': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro-compat.js',
'src/core/headers/liteextrasheader.js',
Similar blocks of code found in 2 locations. Consider refactoring.
'time-lite': {
src: [
'src/core/headers/license.js',
'src/core/headers/liteintro.js',
'src/core/headers/timeheader.js',
There are no issues that match your filters.