Disable HAML linting through Hound
Hound doesn't support HAML linting with RuboCop cops, effectively making it useless
This commit is contained in:
parent
eecaaeab2d
commit
54ae1ca08c
|
@ -8,6 +8,7 @@ jshint:
|
|||
enabled: false
|
||||
|
||||
haml:
|
||||
enabled: false
|
||||
config_file: .haml-lint.yml
|
||||
|
||||
rubocop:
|
||||
|
|
Loading…
Reference in New Issue