google / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
109 stars 37 forks source link

Skip "marked" lines #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to add a feature so gjslint could skip lines that are 
marked to be skipped. Cpplint does that when you "mark" a line with // NOLINT(*)

This is quite useful when you have a style-checker bot running on a project for 
every commit that goes in, but you want to avoid it to flag again a certain 
line that is not following the style but won't be fixed now for some reason.

Original issue reported on code.google.com by jesus.sa...@intel.com on 19 Sep 2013 at 3:28

GoogleCodeExporter commented 9 years ago
This is not a "Defect" but I couldn't find a way to change its type.

Original comment by jesus.sa...@intel.com on 19 Sep 2013 at 3:29

GoogleCodeExporter commented 9 years ago

Original comment by vagra...@google.com on 25 Sep 2013 at 11:25