# haml-lint

[**haml-lint**](https://github.com/sds/haml-lint#readme) is a linter for HAML.

You can enable the haml-lint linter with:

```shell
trunk check enable haml-lint
```

## Auto Enabling

haml-lint will be auto-enabled if any *Haml* files are present.

## Settings

haml-lint supports the following config files:

* `.haml-lint.yml`

You can move these files to `.trunk/configs` and `trunk check` will still find them. See [Moving Linters](https://docs.trunk.io/code-quality/overview/configure-linters#moving-linters) for more info.

## Links

* [haml-lint site](https://github.com/sds/haml-lint#readme)
* haml-lint Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/haml-lint)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
