Skip to content

Add clang-tidy configuration file

Tobias Predel requested to merge tobias.predel/wlroots:clang-tidy into master

clang-tidy is a C/C++ linter.

Meson automatically detects the configuration file and defines a clang-tidy target if clang-tidy is available.

The target can be invoked by ninja clang-tidy.

Merge request reports