Skip to content

Instantly share code, notes, and snippets.

@sjaeckel
Created April 3, 2019 13:07
Show Gist options
  • Save sjaeckel/80208f63b6c4e852baaf69434324cff1 to your computer and use it in GitHub Desktop.
Save sjaeckel/80208f63b6c4e852baaf69434324cff1 to your computer and use it in GitHub Desktop.
MISRA_C_2012.txt
echo "Appendix A Summary of guidelines" > MISRA_C_2012.txt
grep misra-c2012 clang-tidy-misra/src/RuleHeadlineTexts.cpp | sed -e 's/R"ruletext(//g' -e 's/)ruletext"//g' -e 's/misra-c2012-//g' | tr -d '",{}' | sed -e 's/ /Rule /' -e 's/\([0-9]\) /\1\n/' >> MISRA_C_2012.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment