Trevor Hartman

Results 177 comments of Trevor Hartman

Hi @trinityXmontoya! Thanks for the PR, this is awesome! 💥 > it was unclear to me where :result/data is used, and in the case of commenting what should be returned....

Hey @trinityXmontoya, did you want to make any other changes or is this ready for merge?

@kaffein looks awesome! I will try to find some time to review this tomorrow if that's ok.

Playing with this now!

@kaffein code gen sounds cool and makes sense for such a large set of commands.

Awesome! Thank you. I didn't find that when googling around so it might be worth documenting.

I'm interested in this issue and potentially helping out. 1. isn't this contradictory to the [spec](https://github.com/codeclimate/spec/blob/master/SPEC.md#output)? Or is that only for engines, but the CC CLI can exit 1? 2....

I think individual engines should be allowed to fail based on config. For example: ```yaml engines: markdownlint: enabled: true fixme: enabled: true allow_failure: true shellcheck: enabled: true ``` In this...