sourcegraph/.bazel_fix_commands.json
James McNamara 0796db63f1
SG Start Bazel Improvements Take 2 (#60687)
* Revert "Revert recent sg changes that cause high load and instability in dev (#60362)"

This reverts commit 6bdf41e098.

* fixed prefixSuffixSaver Read bug

* added log output to ibazel build failures

* don't export bytes method
2024-03-05 01:44:21 -08:00

18 lines
350 B
JSON

[
{
"regex": "^Check that imports in Go sources match importpath attributes in deps.$",
"command": "sg",
"args": ["bazel", "configure"]
},
{
"regex": "missing input file",
"command": "sg",
"args": ["bazel", "configure"]
},
{
"regex": ": undefined:",
"command": "sg",
"args": ["bazel", "configure"]
}
]