Skip to content

Commit

Permalink
Fix strict misra tag in rules schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRFairhurst committed Oct 25, 2024
1 parent 1340cdb commit ff562f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/rule-package.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@
"external/misra/c/2012/third-edition-first-revision",
"external/misra/c/2012/amendment2",
"external/misra/c/2012/amendment3",
"external/misra/c/2012/amendment4"
"external/misra/c/2012/amendment4",
"external/misra/c/strict"
]
},
"minLength": 1
Expand Down

0 comments on commit ff562f9

Please sign in to comment.