# iwyu

[**iwyu**](https://github.com/include-what-you-use/include-what-you-use#readme) is a linter for C, C++.

You can enable the iwyu linter with:

```shell
trunk check enable iwyu
```

## Auto Enabling

iwyu will never be auto-enabled. It must be enabled manually.

## Links

* [iwyu site](https://github.com/include-what-you-use/include-what-you-use#readme)
* iwyu Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/iwyu)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
