yujinakayama / atom-lint

Obsolete: Generic code linting support for Atom
https://atom.io/packages/atom-lint
MIT License
111 stars 33 forks source link

Add coffee-lint? #65

Closed bobrocke closed 10 years ago

bobrocke commented 10 years ago

Are you planning to add coffee-lint?

Or is it as simple as addition the coffee-lint binary to .atom/packages/atom-lint/lib/linter ?

yujinakayama commented 10 years ago

It's already supported.

bobrocke commented 10 years ago

Perhaps so.

But I get a CoffeeLint is not installed error in my status bar when attempting to link CoffeeScript files such as keycap.cson.

What do I need to do to get atom-lint to recognize that coffee-lint is there?

wjn commented 9 years ago

I have the same issue. CoffeeLint is installed. When I save a .coffee file, I get the "CoffeeLint is not installed" message. I have this problem with other linters, so my guess is that it's something with Atom rather than the plugins.