codeclimate / codeclimate-pep8

Simple Python style checker in one Python file
MIT License
5 stars 6 forks source link

error: engine produced invalid output #8

Open efueger opened 6 years ago

efueger commented 6 years ago

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"}


Contact Emily if you need additional info!

wilson commented 6 years ago

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

efueger commented 6 years ago

No - it's a private repo.

hbirkdale commented 6 years ago

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

wfleming commented 6 years ago

@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 commented 6 years ago

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