zmbush / coffeelint-ruby

This adds some simple bindings to ruby to enable use of coffeelint
MIT License
32 stars 23 forks source link

disallow coffee-script-source v1.9 dependency #25

Closed schmijos closed 9 years ago

schmijos commented 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..
zmbush commented 9 years ago

There seems to be some effort to make coffeelint work with coffee-script 1.9 https://github.com/clutchski/coffeelint/pull/372

zmbush commented 9 years ago

I'm upgrading to coffeelint 1.9.1, so this should be unnecessary.