1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-09-05 04:07:56 +00:00

Feat: add cppcheck

This commit is contained in:
jcorporation
2018-09-20 23:22:44 +01:00
parent 4961daa6a3
commit 05b93894e8

View File

@@ -47,3 +47,6 @@ sudo make install
cd .. cd ..
debian/postinst debian/postinst
echo "Running cppcheck"
[ -x /usr/bin/cppcheck ] && cppcheck --enable=warning --inconclusive --force --inline-suppr src/*.c src/*.h