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

error: engine produced invalid output #8

Open
efueger opened this issue Jun 11, 2018 · 5 comments
Open

error: engine produced invalid output #8

efueger opened this issue Jun 11, 2018 · 5 comments
Assignees

Comments

@efueger
Copy link
Member

efueger commented Jun 11, 2018

Repo hitting the following error:

engine produced invalid output: {:message=>"Invalid JSON", :output=>"\n3 E101 indentation contains mixed spaces and tabs\n6 E122 continuation line missing indentation or outdented\n5 E123 closing bracket does not match indentation of opening bracket's line\n1 E126 continuation line over-indented for hanging indent\n2 E127 continuation line over-indented for visual indent\n2 E201 whitespace after '['\n7 E203 whitespace before ','\n2 E221 multiple spaces before operator\n1 E222 multiple spaces after operator\n3 E228 missing whitespace around modulo operator\n31 E251 unexpected spaces around keyword / parameter equals\n2 E265 block comment should start with '# '\n1 E271 multiple spaces after keyword\n1 E272 multiple spaces before keyword\n28 E301 expected 1 blank line, found 0\n2 E303 too many blank lines (3)\n13 E401 multiple imports on one line\n5 E502 the backslash is redundant between brackets\n1 E711 comparison to None should be 'if cond is None:'\n2 E712 comparison to False should be 'if cond is False:' or 'if not cond:'\n34 W191 indentation contains tabs\n7 W291 trailing whitespace\n6 W391 blank line at end of file\n1 W503 line break before binary operator\n"}


  • Although we don't yet support pycodestyle, there is one more pep8 version we could update to.
  • (I don't know if that would fix this error.)

Contact Emily if you need additional info!

@wilson
Copy link

wilson commented Jun 11, 2018

Does this happen on a repository that I can clone and try out?

@efueger
Copy link
Member Author

efueger commented Jun 11, 2018

No - it's a private repo.

  • Is there any relevant information we can get from -debug with the CLI?
  • DM-ing @wilson the repo info

@hbirkdale
Copy link

Any updates on this? I'm getting the same error.

@wfleming
Copy link

wfleming commented Sep 5, 2018

@hbirkdale is the repo you're seeing this on open source, by any chance? If it is, it'd be helpful if you could share that here. If your affected repo is private but you'd be willing to allow Code Climate support to view the affected source code on our site, it would be helpful if you could get in touch with our support team via https://codeclimate.com/help/new about this issue.

@hbirkdale
Copy link

@wfleming It's private but I did put in a request to https://codeclimate.com/help/new

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

6 participants