Skip to content

Commit dd9f904

Browse files
committed
codechecker: disable more rules
Signed-off-by: Anas Nashif <[email protected]>
1 parent 9e1bbff commit dd9f904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.codechecker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ analyzer:
2020
# userspace includes c files
2121
- --disable=bugprone-suspicious-include
2222

23+
- --disable=clang-diagnostic-unused-parameter
24+
- --disable=bugprone-narrowing-conversions
25+
2326
# LOG_ macros
2427
- --disable=alpha.core.SizeofPtr
2528
- --disable=bugprone-sizeof-expression

0 commit comments

Comments
 (0)