mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 02:10:07 +01:00
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>
6 lines
271 B
YAML
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,
|