Skip to content

Commit 9dc3492

Browse files
authored
remove dockerfile and clang-format-ignore (#771)
1 parent e91877b commit 9dc3492

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 0 additions & 12 deletions
This file was deleted.

clang-format-ignore.txt

Whitespace-only changes.

tools/run-clangcldocker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
COMMAND=$*
44
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
55
MAINSOURCE=$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

88
if 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

0 commit comments

Comments
 (0)