mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 21:00:37 +02:00
Added configuration check to preparation scripts
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user