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
|
enabled: false
|
||||||
|
|
||||||
haml:
|
haml:
|
||||||
|
enabled: false
|
||||||
config_file: .haml-lint.yml
|
config_file: .haml-lint.yml
|
||||||
|
|
||||||
rubocop:
|
rubocop:
|
||||||
|
|
Loading…
Reference in New Issue