libinput/test/.clang-tidy
Peter Hutterer 6876d71a4d Add a clang-tidy file
This gives us the ninja clang-tidy command. clang-tidy replaces
scan-build and is more featureful (and picky).

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1182>
2025-04-07 08:43:36 +00:00

6 lines
271 B
YAML

# optin.core.FloatLoopCounter: doubles in for loops - it's fine in the tests
# optin.performance.Padding: not a performance concern in the tests
InheritParentConfig: true
Checks: >
-clang-analyzer-security.FloatLoopCounter,
-clang-analyzer-optin.performance.Padding,