Skip to content

Commit ff562f9

Browse files
Fix strict misra tag in rules schema
1 parent 1340cdb commit ff562f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/rule-package.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@
342342
"external/misra/c/2012/third-edition-first-revision",
343343
"external/misra/c/2012/amendment2",
344344
"external/misra/c/2012/amendment3",
345-
"external/misra/c/2012/amendment4"
345+
"external/misra/c/2012/amendment4",
346+
"external/misra/c/strict"
346347
]
347348
},
348349
"minLength": 1

0 commit comments

Comments
 (0)