From 54ae1ca08c31f69d037b001b4d460a00356ce0f5 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 22 Jan 2022 10:03:01 +0100 Subject: [PATCH] Disable HAML linting through Hound Hound doesn't support HAML linting with RuboCop cops, effectively making it useless --- .hound.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.hound.yml b/.hound.yml index 5d475afc..e750bcdd 100644 --- a/.hound.yml +++ b/.hound.yml @@ -8,6 +8,7 @@ jshint: enabled: false haml: + enabled: false config_file: .haml-lint.yml rubocop: