mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
update cppcheck (#1859)
* update cppcheck * Update tests/misra/install.sh * delete cppcheck cache * remove misra 5.8 erroors * fixed uninitialized data error * suppress misra-c2012-2.3 and misra-c2012-2.4 * reinstate cache to fix mutation test * rerun for mutation test * increase timeout for mutation test * styling * comments + variable name changes * Update tests/misra/install.sh Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * Update install.sh * more variable name changes * condition on defining CANPacket_t * just cherry pick * fix build --------- Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -120,7 +120,7 @@ jobs:
|
||||
timeout-minutes: 1
|
||||
run: ${{ env.RUN }} "cd tests/misra && ./test_misra.sh"
|
||||
- name: MISRA mutation tests
|
||||
timeout-minutes: 3
|
||||
timeout-minutes: 4
|
||||
run: ${{ env.RUN }} "cd tests/misra && ./test_mutation.py"
|
||||
|
||||
python_linter:
|
||||
|
||||
Reference in New Issue
Block a user