retrospring/.hound.yml
Andreas Nedbal 54ae1ca08c Disable HAML linting through Hound
Hound doesn't support HAML linting with RuboCop cops, effectively making it useless
2022-01-22 22:50:32 +01:00

16 lines
212 B
YAML

sass-lint:
enabled: false
coffeescript:
enabled: false
jshint:
enabled: false
haml:
enabled: false
config_file: .haml-lint.yml
rubocop:
version: 1.22.1
config_file: .rubocop.yml