Only test format when it is wanted
This commit is contained in:

committed by
NeroBurner

parent
a6fcdec0f8
commit
6171c9d45d
@@ -16,6 +16,7 @@ for file in $CHANGED_FILES
|
||||
do
|
||||
[ -e "$file" ] || continue
|
||||
case "$file" in
|
||||
src/libs/*) continue ;;
|
||||
*.cpp|*.h)
|
||||
echo Checking "$file"
|
||||
clang-format -i "$file"
|
||||
|
Reference in New Issue
Block a user