Skip to content

Instantly share code, notes, and snippets.

@bzgec
bzgec / cppcheck_misra_parse_pdf.py
Created May 21, 2023 08:58
Generate MISRA C guidelines (Dirs and Rules) from pdf for cppcheck
#!/usr/bin/python
"""
Generate MISRA C guidelines (Dirs and Rules) from pdf for cppcheck.
Arguments:
filename - MISRA pdf file
Example:
python cppcheck_misra_parse_pdf.py "/path/to/MISRA_C_2023.pdf"
----------------------------------------------------------------------------------------------------