mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 09:11:56 +00:00
* 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
18 lines
350 B
JSON
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"]
|
|
}
|
|
]
|