All Collections
Configuration
Fail the build if Hound finds any issues
Fail the build if Hound finds any issues

Hound can be configured to update the Pull Request status to "failed"

Scott avatar
Written by Scott
Updated over a week ago

Hound can be configured to use GitHub's Status API to mark a pull request as failed if any issues are found. All you need to do is add the following to your .hound.yml

fail_on_violations: true
Did this answer your question?