libinput/test/.clang-tidy

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
271 B
Text
Raw Permalink Normal View History

# 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,