Skip to content

Commit acb66e0

Browse files
committed
Add cppcheck script.
1 parent 2fa5eeb commit acb66e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cppcheck.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
ROOT="$(dirname "$(readlink -f "$0")")"
4+
5+
cppcheck --enable=all --quiet --verbose --config-exclude="$ROOT/glm" "$ROOT/src"
6+
7+

0 commit comments

Comments
 (0)