closure-linter
closure-linter copied to clipboard
Skip "marked" lines
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 [email protected] on 19 Sep 2013 at 3:28
This is not a "Defect" but I couldn't find a way to change its type.
Original comment by [email protected] on 19 Sep 2013 at 3:29
Original comment by [email protected] on 25 Sep 2013 at 11:25
- Added labels: Type-Enhancement
- Removed labels: Type-Defect