Skip to content

Commit 63502af

Browse files
committed
enable checking for log macros
Signed-off-by: Anas Nashif <[email protected]>
1 parent 7ad0f7e commit 63502af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.codechecker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ analyzer:
2424
- --disable=bugprone-narrowing-conversions
2525

2626
# LOG_ macros
27-
- --disable=alpha.core.SizeofPtr
28-
- --disable=bugprone-sizeof-expression
29-
- --disable=performance-no-int-to-ptr
27+
#- --disable=alpha.core.SizeofPtr
28+
#- --disable=bugprone-sizeof-expression
29+
#- --disable=performance-no-int-to-ptr
3030

3131
# Cleanup
3232
- --clean

0 commit comments

Comments
 (0)