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

disabling codeclimate linting #519

Merged
merged 1 commit into from Oct 26, 2016
Merged

disabling codeclimate linting #519

merged 1 commit into from Oct 26, 2016

Conversation

bundacia
Copy link
Contributor

@bundacia bundacia commented Oct 26, 2016

Fixes #514

Description

Codeclimate doesn't support XO, we would have to maintain a separate
eslint config and keep it in sync with XO to get it to work properly.
Currently many files just have parse errors because the current config
doesn't like our ES6-isms like async and spread.

Since we already do linting as part of the CI build, I think this is safe to turn off.

Config

nope

Env

nope

Notes

nope

Codeclimate doesn't support XO, we would have to maintain a separate
eslint config and keep it in sync with XO to get it to work properly.
Currently many files just have parse errors becuase the current config
doesn't like our ES6-isms like async and spread.

Since we already do linting as part of the CI build, I think this is safe to turn off.
@bundacia bundacia changed the title [IGNORE] disabling codeclimate linting Oct 26, 2016
@jeffreywescott
Copy link
Contributor

I agree that we should just turn this off for now, until xojs/xo#122 is resolved at least.

Copy link
Contributor

@jeffreywescott jeffreywescott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

enabled: false
semi:
enabled: false
enabled: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bundacia bundacia merged commit b458e32 into master Oct 26, 2016
@heyheyjp heyheyjp deleted the issue/514d branch October 27, 2016 03:08
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

Successfully merging this pull request may close these issues.

None yet

2 participants