Closed himdel closed 8 years ago
It totally is! By looking at the code, it is not ideally implemented, one might say - badly implemented.
Do you wanna try to fix it?
Sure, looks like a fun xmas project :) though after a (really) quick look the day before I couldn't really make heads or tails of it..
But if I'm fixing it, do we still really want this to not apply to var foo = function(...) {
?
Judging by name of the option, i'd say it would be okay to make those changes.
Happy Christmas btw!
@markelog Thanks!, Merry Christmas to you as well :)
And what do you think of #2040?, should hopefully be a bit cleaner than the current approach..
With jscs-2.7.0, maximumLineLenght.allExcept = ['functionSignatures'] does not work if such a function is wrapped in an IIFE block.
I assume that's a bug, right?
Simple case:
.jscsrc
bug.js
I'd expect jscs to run on this without errors, but I get 2 errors.