To enable Sass Lint style checking, add the following to your .hound.yml
sass-lint:
enabled: true
To change the way Sass Lint is configured, add .sass-lint.yml file to your project, specify your desired configuration and reference the file in your .hound.yml
sass-lint:
enabled: true
config_file: .sass-lint.yml