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:
parent
a251f79817
commit
237bc63c01
1 changed files with 2 additions and 0 deletions
|
@ -28,3 +28,5 @@ CheckOptions:
|
|||
value: true
|
||||
- key: bugprone-signed-char-misuse.CharTypdefsToIgnore
|
||||
value: int8_t
|
||||
- key: bugprone-suspicious-string-compare.WarnOnLogicalNotComparison
|
||||
value: true
|
||||
|
|
Loading…
Reference in a new issue