Skip to content

Commit 237bc63

Browse files
committed
clang-tidy: be more strict about strcmp
Signed-off-by: Yuxuan Shui <[email protected]>
1 parent a251f79 commit 237bc63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-tidy

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ CheckOptions:
2828
value: true
2929
- key: bugprone-signed-char-misuse.CharTypdefsToIgnore
3030
value: int8_t
31+
- key: bugprone-suspicious-string-compare.WarnOnLogicalNotComparison
32+
value: true

0 commit comments

Comments
 (0)