Skip to content

Commit f51910f

Browse files
committed
chore: upgrade gazelle to HEAD (#7184)
Mainly in prep for moving rules_go to MODULE which brings in gazelle@0.39 while we were at ~0.38 --- ### Changes are visible to end-users: no ### Test plan - Covered by existing test cases GitOrigin-RevId: c8d4d010223bc37cd60cc497b955bd97eba014c6
1 parent 5e3796c commit f51910f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/bazelbuild_bazel-gazelle_aspect-gitignore.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ index 23b1083..1841650 100644
1111
func New() *Config {
1212
return &Config{
1313
diff --git a/walk/config.go b/walk/config.go
14-
index 1292146..07cdb3d 100644
14+
index c8dd6b3..be59f8c 100644
1515
--- a/walk/config.go
1616
+++ b/walk/config.go
17-
@@ -109,6 +109,7 @@ func (cr *Configurer) Configure(c *config.Config, rel string, f *rule.File) {
17+
@@ -112,6 +112,7 @@ func (cr *Configurer) Configure(c *config.Config, rel string, f *rule.File) {
1818
}
1919

2020
type isIgnoredFunc = func(string) bool

patches/bazelbuild_bazel-gazelle_aspect-walk-subdir.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ index fed885d..23b1083 100644
1212
return &Config{
1313
ValidBuildFileNames: DefaultValidBuildFileNames,
1414
diff --git a/walk/config.go b/walk/config.go
15-
index 4fecedd..1292146 100644
15+
index 6cee8a3..c8dd6b3 100644
1616
--- a/walk/config.go
1717
+++ b/walk/config.go
1818
@@ -49,6 +49,11 @@ func getWalkConfig(c *config.Config) *walkConfig {

0 commit comments

Comments
 (0)