Skip to content

Commit be0f51e

Browse files
dvdkonwonder-sk
authored andcommitted
Update check_all to run Black, also clean up find cmdline
1 parent 099a1d8 commit be0f51e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/check_all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
22
PWD=`pwd`
33
cd $DIR
4-
CI=0 ./run_astyle.sh `find ../geodiff -name \*.h* ! -path "*/3rdparty/*" -print -o -name \*.c* ! -path "*/3rdparty/*" -print`
4+
CI=0 ./run_astyle.sh `find ../geodiff/{src,tests} ! -path '*/3rdparty/*' '(' -name \*.h* -o -name \*.c* ')' -print`
55
./run_cppcheck.sh
6+
./run_black.sh
67
cd $PWD

0 commit comments

Comments
 (0)