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

CodeClimate #238

Closed
knownasilya opened this issue Aug 27, 2015 · 6 comments

Comments

@knownasilya
Copy link

commented Aug 27, 2015

How do we get CodeClimate to honor standard and not trigger issues that really don't exist?

Seems like there is a codeclimate config, but it's not exactly clear how to make it work. Do I really have to use eslint-standard?

Related issue on my project: Strider-CD/core#14 You can see my setup there.

@knownasilya

This comment has been minimized.

Copy link
Author

commented Aug 27, 2015

Looks like eslint modules aren't supported by codeclimate.. codeclimate/codeclimate#79

@feross

This comment has been minimized.

Copy link
Member

commented Aug 27, 2015

Looks like this issue might be caused by CodeClimate not supporting a custom JS parser, like babel instead of the default that's built into ESLint. standard just uses the default one, unless you specify otherwise.

This isn't an issue with standard.

@feross feross closed this Aug 27, 2015

@knownasilya

This comment has been minimized.

Copy link
Author

commented Aug 28, 2015

I don't think it's the parser so much, as it is the "extends": "standard" syntax, which loads an eslint module, e.g. https://github.com/feross/eslint-config-standard

@feross

This comment has been minimized.

Copy link
Member

commented Aug 28, 2015

Does it work if you npm install eslint-config-standard?

@mikz

This comment has been minimized.

Copy link

commented Jun 4, 2016

CodeClimate just added standard to their engine: codeclimate/codeclimate-eslint#75 (comment)

@knownasilya

This comment has been minimized.

Copy link
Author

commented Jun 4, 2016

Yay!

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
3 participants
You can’t perform that action at this time.