zmbush / coffeelint-ruby

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

Fixes #21. Updates code to new syntax. Locks rspec version. #22

Closed jmnsf closed 9 years ago

jmnsf commented 9 years ago

Fixes color_enabled config incompatibility. Locks rspec version to minor updates to make sure this doesn't happen again, updates syntax from should to expect.

zmbush commented 9 years ago

I just merged another PR that does almost exactly the same thing. (https://github.com/zmbush/coffeelint-ruby/pull/16)

jmnsf commented 9 years ago

Yeah, noticed. I still advise towards the version lock though.

zmbush commented 9 years ago

If you update with just the version lock, then I'll merge.

jmnsf commented 9 years ago

done