grunt-plato
grunt-plato copied to clipboard
Generate static analysis reports with plato through grunt
Hi, Was wondering if you could point me in the right direction regarding this one. Loading "plato.js" tasks...ERROR > > ReferenceError: Symbol is not defined npm version 1.4.28 node version...
Generated HTML reports reports functions with cyclomatic complexity 1 even if `maxcyc` is set to 8
The config in my Gruntfile is as below: ``` plato: { options: { // Task-specific options go here. }, your_target: { // Target-specific file lists and/or options go here. options:...
Plato 1.3.0 includes a fix for the issue in which multiple "could not parse JSON" issues are reported upon first run.
My `.jshintignore` file is actually a list of glob formats: ``` public/js/lib/**/*.js public/components/**/*.js public/js/lib/vendor/**/*.js public/js/portal/bower_components/**/*.js public/js/portal/lib/common/*.js public/js/portal/lib/vendor/*.js public/js/portal/components/**/*.js public/js/portal/widgets/validateForm.js ``` This doesn't work because it's converted into a set of...
If you specify a source directory like this: ... files: { 'release/quality': ['source/{star star}/_.js', '!source/lib/{star star}/_.js'] } instead of files: { 'release/quality': ['./source/{star star}/_.js', '!source/lib/{star star}/_.js'] } where {star star}...
Once and a while I have to use the ignore Comment in my Source. e.g. ``` javascript var $j = jQuery.noConflict(); // jshint ignore:line ``` Plato ignores this comment and...
Using Grunt's _expand_ option in my config, results in the generated files ending up in the wrong place. Take this example: ``` files: [{ expand: true, cwd: 'src/www/', src: [...