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

What config file coffeelint engine use? #3

Open
stereodenis opened this issue Jul 22, 2015 · 6 comments
Open

What config file coffeelint engine use? #3

stereodenis opened this issue Jul 22, 2015 · 6 comments

Comments

@stereodenis
Copy link

We have .coffeelint.json config file in our project, but engine don't use it

@gdiggs
Copy link
Contributor

gdiggs commented Jul 22, 2015

@stereodenis If you specify the file in your .codeclimate.yml file as shown below, the engine should pick it up!

engines:
  coffeelint:
    enabled: true
    config: .coffeelint.json

@stereodenis
Copy link
Author

@gordondiggs
not working for me
https://codeclimate.com/repos/5591c20f695680584100ff60/compare/codeclimate-add-new-engines

engines:
  rubocop:
    enabled: true
  coffeelint:
    enabled: true
    config: .coffeelint.json
  bundler-audit:
    enabled: true

@masone
Copy link
Contributor

masone commented Oct 23, 2015

The coffeelint.json (note that it's without a dot) is picked up by default. This does not mean that the issue should not be investigated, but you might work around the issue.

@Hampei
Copy link

Hampei commented Feb 24, 2016

I would really like to specify a custom location, since all the other linters use dot-files.

@diegofss11
Copy link

Can we specify a custom location for the coffeelint.json file?

@masone
Copy link
Contributor

masone commented Jul 19, 2017

I believe that needs a fix. Can you provide a PR?

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

5 participants