jsoverson / grunt-plato

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

options `{ jshint: false }` still runs jshint #6

Closed kommander closed 10 years ago

kommander commented 11 years ago

Specifying a .jshintrc file works fine, but the deactivation seems to be ignored though. Still linting. System: Ubuntu 12.04 / Node.js 0.10.2 / Grunt 0.4.1

mat1 commented 11 years ago

I have the same problem on windows.

kellyrmilligan commented 11 years ago

same issue on os x

lnfnunes commented 10 years ago

+1

yamikuronue commented 10 years ago

Ditto. This is very disconcerting.

yamikuronue commented 10 years ago

I looked at the source for plato and there's no way to disable a given runner in plato, so there's no way for grunt-plato to pass that on. It's offering a feature that cannot logically exist.

jsoverson commented 10 years ago

Updated dependency to plato 1.2.0 which fixes this.