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