My understanding is that the closure linter hardcodes an 80-character
line length restriction. I see there has been some attempt (http://
code.google.com/p/closure-linter/issues/detail?id=16) by the community
to disable this or make it configurable. I'd love to get such a
change pushed through into the mainline sources. Can anybody comment
on what kind of change would likely be accepted?
I don't mind adjusting my style to get the benefit of the linter, but
I like using descriptive names, so I'm finding that wrapping at 80-
columns creates a lot of awkward wrapped statements. And I can fit 3
80-column editors on a 1920x1080 monitor; I'd really like to use that
real-estate better. :-)
The --ignore_errors code review associated with issue 16 was created
almost a year ago. Is there some improvement that would make it
likely to be accepted? Or a different approach? I can hardcode a
different version for my own uses, but I'd rather not fork the code.
Thanks!
-Michael