temp_contoller_firmware/tools/cppcheck_conf/my_misra.json

7 lines
91 B
JSON
Raw Normal View History

2025-04-07 00:34:21 +00:00
{
"script": "misra.py",
"args": [
"--rule-texts ./tools/cppcheck_conf/misra_rules.txt"
]
}