delta-12 / LaserTag

A Bop It! style laser tag game
0 stars 2 forks source link

Add static analysis and MISRA checks, uncrustify #12

Closed delta-12 closed 1 year ago

delta-12 commented 1 year ago

Add static analysis tool like cppcheck and perform MISRA checks. Also consider adding uncrustify to repo to format code. Static analysis and MISRA checks should automatically be performed whenever new code is pushed, and checks must all be passing before merging.

Consider the following when adding cppcheck:

TODO:

NOTE: This issue is now only for Cppcheck. MISRA checks and uncrustify will be added separately in other issues.