Internal change.

PiperOrigin-RevId: 356784956
This commit is contained in:
Matt LaPlante
2021-02-10 11:36:15 -08:00
committed by gVisor bot
parent 1ac58cc23e
commit 458bf12c13
+4
View File
@@ -46,6 +46,8 @@ global:
- "(field|method|struct|type) .* should be .*"
# Generated proto code sometimes duplicates imports with aliases.
- "duplicate import"
# TODO(b/179817829): Upgrade to flock to v0.8.0.
- "flock.NewFlock is deprecated: Use New instead"
internal:
suppress:
# We use ALL_CAPS for system definitions,
@@ -55,6 +57,8 @@ global:
# Same story for underscores.
- "should not use ALL_CAPS in Go names"
- "should not use underscores in Go names"
# TODO(b/179817829): Upgrade to flock to v0.8.0.
- "flock.NewFlock is deprecated: Use New instead"
exclude:
# Generated: exempt all.
- pkg/shim/runtimeoptions/runtimeoptions_cri.go