Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coffeelint integration problem #103

Open
aleks-sidorenko opened this issue Apr 6, 2014 · 2 comments
Open

Coffeelint integration problem #103

aleks-sidorenko opened this issue Apr 6, 2014 · 2 comments

Comments

@aleks-sidorenko
Copy link

I am using this seed.

  • I have added "coffeelint-brunch": "~1.5.0" to package.json and done npm install (package installed).
  • When I run brunch build it doesn't actually lints (no errors/warn me on anything in any case)
  • I have tried with configuration of coffeelint plugin using
    coffeelint:
    pattern: /^app/.*.coffee$/
    options:
    no_trailing_semicolons:
    level: 'warn'
    But it didn't help.

What have I missed?

It would be nice to add coffeelint support to this seed to have it out of the box!
Thanks

@kylefinley
Copy link
Member

Hey @dark-sidus,

It looks like coffeelint-brunch 1.5.0 might not be compatible with the current brunch version:
brunch/coffeelint-brunch#10

It looks like @es128 has agreed to take over maintenance, so perhaps a compatible version will be released in the future.

@aleks-sidorenko
Copy link
Author

Thanks, will be waiting for this fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants