From f8aabbd078dc3e7a9c0a27d18bdeda59b69271d9 Mon Sep 17 00:00:00 2001 From: kjgarza Date: Wed, 5 Feb 2020 14:16:44 +0100 Subject: [PATCH] hound doesn't support rubocop version it seems to be that we need to change to http://help.houndci.com/en/articles/2461415-supported-linters 0.75.0, so downgrade --- .hound.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hound.yml b/.hound.yml index 6a7cdca1e..32b9d82a3 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,4 +1,4 @@ ruby: config_file: .rubocop.yml rubocop: - version: 0.77.0 \ No newline at end of file + version: 0.75.0 \ No newline at end of file