jsoverson / grunt-plato

Generate static analysis reports with plato through grunt
MIT License
205 stars 23 forks source link

complexity options #12

Closed tychop closed 10 years ago

tychop commented 10 years ago

What options are available in the Gruntfile.js ?

In the readme I see stuff like logicalor, switchcase ,forin ,trycatch etc, but what are the options which can be defined in the gruntfile.js? Also is it possible to set an output format? I love the HTML output, but our buildprocess also loves surefire reports.

Is there any documentation on grunt-plato ?

jsoverson commented 10 years ago

Grunt-plato just passes through to plato, whose options largely pass through to the analysis tools.

Plato is meant to be its own reporter, but complexity-report may generate surefire reports.