We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad0f7e commit 63502afCopy full SHA for 63502af
.codechecker.yml
@@ -24,9 +24,9 @@ analyzer:
24
- --disable=bugprone-narrowing-conversions
25
26
# LOG_ macros
27
- - --disable=alpha.core.SizeofPtr
28
- - --disable=bugprone-sizeof-expression
29
- - --disable=performance-no-int-to-ptr
+ #- --disable=alpha.core.SizeofPtr
+ #- --disable=bugprone-sizeof-expression
+ #- --disable=performance-no-int-to-ptr
30
31
# Cleanup
32
- --clean
0 commit comments