We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df2a61 commit f69cca4Copy full SHA for f69cca4
bazel/include/go.MODULE.bazel
@@ -17,7 +17,8 @@ single_version_override(
17
patches = [
18
"//patches:gazelle-branded.patch",
19
"//patches:gazelle-gitignore.patch",
20
- "//patches:gazelle-watchman.patch",
+ # Disabled due to https://github.com/aspect-build/aspect-gazelle/issues/140
21
+ # "//patches:gazelle-watchman.patch",
22
],
23
)
24
@@ -70,7 +71,8 @@ go_deps.module_override(
70
71
72
73
74
75
76
77
path = "github.com/bazelbuild/bazel-gazelle",
78
0 commit comments