Out of sync with node-jscs
n8io opened this issue · 2 comments
n8io commented
I am getting this when trying to run with a jscs@1.11.3 compatible config.
Warning: Unsupported rules: disallowOperatorBeforeLineBreak, disallowPaddingNewlinesBeforeKeywords, requirePaddingNewlinesBeforeKeywords, requireSpaceBetweenArguments, requireSpacesInForStatement Use --force to continue.
Shouldn't new (read unsupported) rules be ignored rather than explode?
gustavohenke commented
Shouldn't new (read unsupported) rules be ignored rather than explode?
That's a choice from JSCS itself.
But, it's very common to miss the JSCS version. Make sure you're using grunt-jscs 1.4.0+, ie run
npm ls --depth=0
gustavohenke commented
It's been a while without any further comments, so I'm closing this issue.
Feel free to get back to discussion if you want.