1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2024-11-25 14:06:08 -05:00

clang-tidy: be more strict about strcmp

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2024-08-29 23:19:42 +01:00
parent a251f79817
commit 237bc63c01
No known key found for this signature in database
GPG key ID: D3A4405BE6CC17F4

View file

@ -28,3 +28,5 @@ CheckOptions:
value: true
- key: bugprone-signed-char-misuse.CharTypdefsToIgnore
value: int8_t
- key: bugprone-suspicious-string-compare.WarnOnLogicalNotComparison
value: true