diff options
author | Tamir Duberstein <tamird@google.com> | 2021-04-07 15:39:06 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-07 15:41:17 -0700 |
commit | e6133abfca2ca2bbfce36f770f09f28236a7a76c (patch) | |
tree | ad727751282933e5e944e57d37116ded75bf502d | |
parent | d7fd00bad1416fb44b3303331ee223c28c69fe9b (diff) |
Remove flock suppression
PiperOrigin-RevId: 367312275
-rw-r--r-- | nogo.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -55,8 +55,6 @@ 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 |