summaryrefslogtreecommitdiffhomepage
path: root/nogo.yaml
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2021-08-16 23:26:09 -0700
committergVisor bot <gvisor-bot@google.com>2021-08-16 23:29:11 -0700
commitfa32136ac0c3e3bfdb337ed727bedd7455abf68e (patch)
tree19b7bcc9cb1fcda699dbe20bf49ea6f054a5bd81 /nogo.yaml
parent6294a7a6ec6d0e4666f5413df6e59738d02fc12e (diff)
Internal change.
PiperOrigin-RevId: 391217339
Diffstat (limited to 'nogo.yaml')
-rw-r--r--nogo.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nogo.yaml b/nogo.yaml
index bb32a9999..64332cb41 100644
--- a/nogo.yaml
+++ b/nogo.yaml
@@ -48,6 +48,8 @@ global:
- "duplicate import"
# These will never be annotated.
- "unexpected call to atomic function"
+ # Generated proto code creates declarations like 'var start int = iNdEx'
+ - "should omit type .* from declaration; it will be inferred from the right-hand side"
internal:
suppress:
# We use ALL_CAPS for system definitions,