Closed schmijos closed 9 years ago
Using coffee-script-source v1.9.0 results in bogus output regarding whitespace checks. One whitespace is interpreted as two.
e.g.:
✗ #2: Colon assignment without proper spacing. Incorrect spacing around column 9. Expected left: 0, right: 1. Got left: 0, right: 2..
There seems to be some effort to make coffeelint work with coffee-script 1.9 https://github.com/clutchski/coffeelint/pull/372
I'm upgrading to coffeelint 1.9.1, so this should be unnecessary.
Using coffee-script-source v1.9.0 results in bogus output regarding whitespace checks. One whitespace is interpreted as two.
e.g.: