Closed GoogleCodeExporter closed 9 years ago
Confirmed
After upgrading my node wrapper[1], my test are broken
Meanwhile this is fixed, you can use the following flag
--disable 220
[1] https://github.com/jmendiara/node-closure-linter-wrapper
Original comment by jmendi...@gmail.com
on 15 May 2013 at 2:03
It seems some parenthesis are missing in errorrules.py
PATCH:
find:
errors.MISSING_JSDOC_TAG_THIS)) and
not FLAGS.disable or error not in disabled_error_nums)
replace with:
errors.MISSING_JSDOC_TAG_THIS)) and (
not FLAGS.disable or error not in disabled_error_nums))
Original comment by jmendi...@gmail.com
on 15 May 2013 at 2:24
could we fix this please ?
Original comment by fel...@gmail.com
on 21 Jun 2013 at 1:23
Here's the patch, fixes the problem for me.
Original comment by fel...@gmail.com
on 21 Jun 2013 at 1:26
Attachments:
I'll handle this one.
Original comment by vagra...@google.com
on 29 Jul 2013 at 5:38
Original comment by vagra...@google.com
on 29 Jul 2013 at 5:30
Original issue reported on code.google.com by
rik...@gmail.com
on 10 May 2013 at 10:33