Skip to content

Commit

Permalink
disabling codeclimate linting
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bundacia committed Oct 26, 2016
1 parent 279a489 commit d6b69e2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@ engines:
- python
- php
eslint:
enabled: true
checks:
global-require:
enabled: false
comma-dangle:
enabled: false
semi:
enabled: false
enabled: false
fixme:
enabled: true
ratings:
Expand Down

0 comments on commit d6b69e2

Please sign in to comment.