Closed ClutchplateDude closed 2 months ago
Looks like your PR has code that needs to be changed in order to meet our coding standards! Here are your options:
details
under the failing clang-format checkArtifacts
dropdown in the top rightclang-format-diff.patch
file into the OpenAstroTracker-Firmware
repogit apply clang-format-diff.patch
to make the changesclang-format
locally
bash -c 'shopt -s nullglob globstar;GLOBIGNORE=./src/libs/TimerInterrupt/*; for i in ./{.,src/**,unit_tests,boards/**}/*.{c,cpp,h,hpp}; do clang-format -i $i; done'