grunt-complexity
grunt-complexity copied to clipboard
A JavaScript complexity analysis grunt task.
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.0.1 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.4.2 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I'm running this analysis in a directory where I have close to 100 Javascript files, one of which has a syntax error -[related to C-style preprocessor directives](https://stackoverflow.com/a/53373026/4124574). ```javascript var mySettings...
Blank js files throw "Invalid Source" Error ``` Running "complexity:src" (complexity) task Warning: Invalid source Use --force to continue. Error: Invalid source . . . Aborted due to warnings. ```...
I have been trying to exclude a java-script file from script and it seems to ignore the exclude option ``` complexity: { generic: { src: ['themes/app/scripts/*.js', 'ui-tests/specs/*.js', 'unit-tests/specs/*.js'], exclude: ['themes/app/scripts/json3.min.js'],...
I'd love to see support for CoffeeScript. A simple way to implement it would be to take files ending in `.coffee`, `.litcoffee`, `.coffee.md` and compiling them to javascript so they...
Add option so that complicated functions that have a lower severity than error will not fail the build. I would have usually used a "breakOnlyOnError" type option instead of "allowWarnings",...
I was reviewing this commit: https://github.com/vigetlabs/grunt-complexity/commit/8625bd0bbe350087cb25f403c52aea56231006a5 and I couldn't figure out how it is intended to work. If I set `breakOnErrors` to true, the first level threshold of the array...
Hi - I added to a forked version of this project to allow for a user configure the Gruntfile.js to request a checkstyle.json file and a checkstyle.html report. Is this...