File tree Expand file tree Collapse file tree 4 files changed +2
-19
lines changed
Expand file tree Collapse file tree 4 files changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ updates:
77 schedule :
88 interval : monthly
99
10- - package-ecosystem : docker
11- directory : /
12- schedule :
13- interval : monthly
14-
1510 - package-ecosystem : cargo
1611 directory : /benchmarks/competitors/servo-url
1712 schedule :
@@ -20,4 +15,4 @@ updates:
2015 - package-ecosystem : pip
2116 directory : /tools/release
2217 schedule :
23- interval : monthly
18+ interval : monthly
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33COMMAND=$*
44SCRIPTPATH=" $( cd " $( dirname " $0 " ) " ; pwd -P ) "
55MAINSOURCE=$SCRIPTPATH /..
6- ALL_ADA_FILES=$( cd $MAINSOURCE && git ls-tree --full-tree --name-only -r HEAD | grep -e " .*\.\(c\|h\|cc\|cpp\|hh\)\$ " | grep -vFf clang-format-ignore.txt )
6+ ALL_ADA_FILES=$( cd $MAINSOURCE && git ls-tree --full-tree --name-only -r HEAD | grep -e " .*\.\(c\|h\|cc\|cpp\|hh\)\$ " )
77
88if clang-format-17 --version 2> /dev/null | grep -qF ' version 17.' ; then
99 cd $MAINSOURCE ; clang-format-17 --style=file --verbose -i " $@ " $ALL_ADA_FILES
You can’t perform that action at this time.
0 commit comments