Haml

Review Haml with Hound

Scott avatar
Written by Scott
Updated over a week ago

Hound uses haml-lint (v0.25.1) with this config by default.

To change the way haml-lint is configured simply copy the default config file into your project, make changes and reference the file in your .hound.yml

haml:
  config_file: .haml-lint.yml

To disable Haml style checking, add the following to your .hound.yml

haml:
  enabled: false
Did this answer your question?