Will Fleming

Results 34 comments of Will Fleming

Thanks for the report @pitaj, and sorry for the issue. I'm able to reproduce this, but I'm sorry to say I don't have a fix yet. With some debugging output...

Hi @ivdma, Right now [the duplication algorithm](https://docs.codeclimate.com/docs/duplication-concept) effectively compares syntax nodes based on both what _kind_ of expression they represent, as well as the _contents_ of those expressions. When the...

@netes @jdelStrother Sorry for the frustration here. Right now [the duplication algorithm](https://docs.codeclimate.com/docs/duplication-concept) effectively compares syntax nodes based on both what _kind_ of expression they represent, as well as the _contents_...

This ticket is a bit stale, I just want to note that the work from #190 is now part of the `stable` channel, and users should still use that instead...

Apologies for the very late reply here, this got missed & I'm just now going through some old issues among our repositories. This use case is not currently supported within...

To your specific use case of wanting to report an issue on a file that doesn't exist: we've seen that come up before, and I believe the fix (hacky though...

Hi @aspiers, Thanks for the feedback. Supporting issues on things other than files is something we've discussed internally, and in fact analyzing commit messages is the use case we've most...

This is a dupe of https://github.com/codeclimate/test-reporter/issues/375, which explains in more detail what leads to this and some things to consider for fixing it.

@envygeeks Can you please provide more details here? Which subcommand chokes? If you can provide examples of your invocation & the output generated that would be helpful. Thanks!

I'd suggest considering adding `set -e` to the top of the bash script as an alternative to `exit_if_error`. `set -e` will exit the script if *any* command exits non-zero. AFAICT...