mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:36:01 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ jshint:
|
|||
enabled: false
|
||||
|
||||
haml:
|
||||
enabled: false
|
||||
config_file: .haml-lint.yml
|
||||
|
||||
rubocop:
|
||||
|
|
Loading…
Reference in a new issue