Disable HAML linting through Hound

Hound doesn't support HAML linting with RuboCop cops, effectively making it useless
This commit is contained in:
Andreas Nedbal 2022-01-22 10:03:01 +01:00 committed by Andreas Nedbal
parent eecaaeab2d
commit 54ae1ca08c
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jshint:
enabled: false
haml:
enabled: false
config_file: .haml-lint.yml
rubocop: