Skip to content

Commit c193dfd

Browse files
authored
Fixup #15024 get_checkers.py: fix output for misra checkers. Related to PR #8844. (#8860)
1 parent 48a3f6b commit c193dfd

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

tools/get_checkers.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ def print_checkers(glob_pattern:str):
275275
{7,5,2,Req},
276276
{7,5,3,Req},
277277
{7,5,4,Adv},
278+
{8,0,1,Req},
279+
{8,3,1,Req},
278280
{8,4,1,Req},
279281
{8,4,2,Req},
280282
{8,4,3,Req},
@@ -312,9 +314,9 @@ def print_checkers(glob_pattern:str):
312314
{14,7,2,Req},
313315
{14,7,3,Req},
314316
{14,8,1,Req},
315-
{14,8,2,Req},
316-
{15,0,1,Req},
317-
{15,0,2,Req},
317+
{14,8,2,Adv},
318+
{15,0,1,Doc},
319+
{15,0,2,Adv},
318320
{15,0,3,Req},
319321
{15,1,1,Req},
320322
{15,1,2,Req},
@@ -457,8 +459,8 @@ def print_checkers(glob_pattern:str):
457459
{9,3,1,Req},
458460
{9,4,1,Req},
459461
{9,4,2,Req},
460-
{9,5,2,Adv},
461-
{9,5,3,Req},
462+
{9,5,1,Adv},
463+
{9,5,2,Req},
462464
{9,6,1,Adv},
463465
{9,6,2,Req},
464466
{9,6,3,Req},
@@ -495,6 +497,7 @@ def print_checkers(glob_pattern:str):
495497
{15,1,3,Req},
496498
{15,1,4,Adv},
497499
{15,1,5,Req},
500+
{16,5,1,Req},
498501
{16,5,2,Req},
499502
{16,6,1,Adv},
500503
{17,8,1,Req},

0 commit comments

Comments
 (0)