Enable selective formatting
This commit is contained in:
parent
cb67bdb051
commit
ed5699b50d
1 changed files with 2 additions and 4 deletions
|
@ -2,9 +2,7 @@
|
|||
set -euox pipefail
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
bazel build //tools/... //projects/reqman
|
||||
|
||||
DIRS=(projects tools)
|
||||
DIRS=("${@:-projects tools}")
|
||||
|
||||
function brl() {
|
||||
bin="$1"
|
||||
|
@ -20,4 +18,4 @@ for d in "${DIRS[@]}"; do
|
|||
brl tools/unify --quote '"' -ir $(realpath "$d")
|
||||
done
|
||||
|
||||
brl projects/reqman clean tools/python/requirements.txt
|
||||
# brl projects/reqman clean tools/python/requirements.txt
|
||||
|
|
Loading…
Reference in a new issue