We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a251f79 commit 237bc63Copy full SHA for 237bc63
.clang-tidy
@@ -28,3 +28,5 @@ CheckOptions:
28
value: true
29
- key: bugprone-signed-char-misuse.CharTypdefsToIgnore
30
value: int8_t
31
+ - key: bugprone-suspicious-string-compare.WarnOnLogicalNotComparison
32
+ value: true
0 commit comments