We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25df744 commit 60af654Copy full SHA for 60af654
scripts/check_format.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-FILES=$(find . -name "*.c" -o -name "*.h" -not -path "./cpputest/*")
+FILES=$(find . -type f \( -name "*.c" -o -name "*.h" \) -not -path "./cpputest/*")
4
5
format_check=0
6
0 commit comments