diff options
author | Tamir Duberstein <tamird@google.com> | 2021-02-03 12:12:13 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-02-03 12:14:28 -0800 |
commit | 52ad6ceeebac37350733edae86115da66305ca36 (patch) | |
tree | fbd5c7d592a059e5d5f4c868391f49d6bbcb7f1e /WORKSPACE | |
parent | d1bb263b9bff9d997eff2ff175ae6dd32561112b (diff) |
Remove gazelle noise patch
Confirmed gazelle generates no significant noise.
Fix documented gazelle invocation while I'm here.
PiperOrigin-RevId: 355452758
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -57,9 +57,6 @@ http_archive( # This is actually a no-op with the hacky patch above, but should # slightly future proof this mechanism. "//tools:bazel_gazelle_generate.patch", - # False positive output complaining about Go logrus versions spam the - # logs. Strip this message in this case. Does not affect control flow. - "//tools:bazel_gazelle_noise.patch", ], sha256 = "222e49f034ca7a1d1231422cdb67066b885819885c356673cb1f72f748a3c9d4", urls = [ |