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 3b626a7 commit 11c44fbCopy full SHA for 11c44fb
scripts/revive.toml
@@ -24,9 +24,8 @@
24
[rule.use-any]
25
26
# Disabled rules
27
-# https://github.com/grpc/grpc-go/issues/7444 to track TODO(s)
28
-[rule.empty-block]
+[rule.empty-block] # Disabled to allow intentional no-op blocks (e.g., channel draining).
29
Disabled = true
30
-[rule.import-shadowing]
+[rule.import-shadowing] # Disabled to allow intentional reuse of variable names that are the same as package imports.
31
32
0 commit comments