Commit e3a9a30
committed
bazel: pass git to lint scripts in fix_lint
tcl_lint_test.sh and bzl_lint_test.sh take the git binary as their
second argument (as their sh_test wrappers pass it), but //:fix_lint
invoked them with only the lint tool, so 'bazelisk run //:fix_lint'
always failed with '$2: unbound variable'.
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>1 parent 5809d12 commit e3a9a30
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
666 | 666 | | |
667 | 667 | | |
668 | 668 | | |
| 669 | + | |
669 | 670 | | |
670 | 671 | | |
671 | 672 | | |
| |||
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
| 681 | + | |
680 | 682 | | |
681 | 683 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments