Skip to content

Commit

Permalink
remove dockerfile and clang-format-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Nov 5, 2024
1 parent e91877b commit f7a7593
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
7 changes: 1 addition & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ updates:
schedule:
interval: monthly

- package-ecosystem: docker
directory: /
schedule:
interval: monthly

- package-ecosystem: cargo
directory: /benchmarks/competitors/servo-url
schedule:
Expand All @@ -20,4 +15,4 @@ updates:
- package-ecosystem: pip
directory: /tools/release
schedule:
interval: monthly
interval: monthly
12 changes: 0 additions & 12 deletions Dockerfile

This file was deleted.

Empty file removed clang-format-ignore.txt
Empty file.
2 changes: 1 addition & 1 deletion tools/run-clangcldocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
COMMAND=$*
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
MAINSOURCE=$SCRIPTPATH/..
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)
ALL_ADA_FILES=$(cd $MAINSOURCE && git ls-tree --full-tree --name-only -r HEAD | grep -e ".*\.\(c\|h\|cc\|cpp\|hh\)\$")

if clang-format-17 --version 2>/dev/null | grep -qF 'version 17.'; then
cd $MAINSOURCE; clang-format-17 --style=file --verbose -i "$@" $ALL_ADA_FILES
Expand Down

0 comments on commit f7a7593

Please sign in to comment.