Added configuration check to preparation scripts

This commit is contained in:
2020-01-15 15:06:24 +01:00
parent 234cd4e420
commit 808d4d17c6
3 changed files with 302 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Run CPP Check
echo "Running CPPCheck..."
cppcheck --enable=all --output-file=cppcheck_errors.txt src/
cppcheck --check-config --output-file=cppcheck_config.txt src/
echo "CPPCheck finished"
# Uncrustify Files
echo "Running Uncrustify..."