From 87fd117d77a7cd6a8d7fddd8d7d9e1e42fb4c68b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 4 Nov 2018 00:53:37 +0200 Subject: [PATCH] .hound.yml: Set pull requests to failed if build fails --- .hound.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hound.yml b/.hound.yml index 4587839..250721a 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,3 +1,4 @@ flake8: enabled: true config_file: .flake8 + fail_on_violations: true