-
Notifications
You must be signed in to change notification settings - Fork 94
Parsing error: parser.parse is not a function #512
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
Comments
Parsing error: parser.parse is not a function
Hi @silverbucket - thanks for the issue and mention here 👍🏼 You're likely seeing that parsing error because of the default version of ESLint (3.19.0) used in our in-app plugin settings. To use a different eslint version, you'll need to add a .codeclimate.yml with something like this: Let me know if you bump into anything else! Here to help. |
Thank you for the info @efueger, this solved the problem. |
Maybe it would be helpful for someone. I got error:
I don't why it helps but in my case it was missing |
Bug Template
Actual Behavior
On codeclimate.com the PR is failing but the only error message shown on the site is
Parsing error: parser.parse is not a function
Expected Behavior
If there is an actual issue, it should be explained in an understandable way. However using the codeclimate CLI no errors are reported.
Steps to reproduce
See the PR here: sockethub/sockethub#325
Using the CLI, no errors shown.
Relevant links
sockethub/sockethub#325
The text was updated successfully, but these errors were encountered: