1
Fork 0

move bin/ to tools/

The directories are not that different now. Also, clean up .bazelrc
nix
Motiejus Jakštys 2023-03-10 10:07:30 +02:00 committed by Motiejus Jakštys
parent 9b68f5ff1e
commit 5cccfb1ce1
6 changed files with 3 additions and 5 deletions

View File

@ -27,7 +27,7 @@ steps:
ci/launcher-wine64
- label: "mod-tidy and update-repos"
command: |
bin/mod-tidy
tools/mod-tidy
git diff --exit-code
agents:
- "queue=init"

2
.envrc
View File

@ -3,5 +3,5 @@
set -eu
BIN_DIR="$(git rev-parse --show-toplevel)/bin"
BIN_DIR="$(git rev-parse --show-toplevel)/tools"
export PATH="$BIN_DIR:$PATH"

2
.gitignore vendored
View File

@ -6,5 +6,3 @@
/bazel-out
/bazel-testlogs
/bazel-x
.custom.ci.bazelrc

View File

@ -19,7 +19,7 @@ if command -v shellcheck &> /dev/null; then
fi
>&2 echo "--- buildifier :bazel:"
bin/buildifier -r -mode check "$PWD"
tools/buildifier -r -mode check "$PWD"
>&2 echo -e "OK\n"
>&2 echo "--- Gazelle :goat:"