grunt-plato icon indicating copy to clipboard operation
grunt-plato copied to clipboard

Plato ignores //jshint ignore:line Comments

Open fwebdev opened this issue 10 years ago • 2 comments

Once and a while I have to use the ignore Comment in my Source. e.g.

var $j = jQuery.noConflict(); // jshint ignore:line

Plato ignores this comment and marks the line as hint-Error.

fwebdev avatar Aug 11 '14 10:08 fwebdev

Ah, of course, the PR to remove comments from being counted also removes comments for the sake of jshint :-/

jsoverson avatar Aug 11 '14 16:08 jsoverson

Any Idea for a solution?

fwebdev avatar Nov 12 '14 11:11 fwebdev