Bug Description
If the code has some broken misra comments (e.g., a MISRADEVSTART without MISRADEVEND), make misra-check command only gives a warning the first time we execute the command. Also, the CI still does the misra checks and fails in many even with correct misra code comments.
Possible Solution
The CI should abort the make misra-check command in case of broken misra comments.
Bug Description
If the code has some broken misra comments (e.g., a MISRADEVSTART without MISRADEVEND), make misra-check command only gives a warning the first time we execute the command. Also, the CI still does the misra checks and fails in many even with correct misra code comments.
Possible Solution
The CI should abort the make misra-check command in case of broken misra comments.