This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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" | |
---------------------------------------------------------------------------------------------------- |