Skip to content

Commit 9a3c2e2

Browse files
authored
build: add buildozer fix command for ibazel (kythe#4736)
1 parent 34ee662 commit 9a3c2e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.bazel_fix_commands.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"regex": "^buildozer '(.*)'\\s+(.*)$",
4+
"command": "buildozer",
5+
"args": [ "$1", "$2" ]
6+
}
7+
]

0 commit comments

Comments
 (0)