From e6133abfca2ca2bbfce36f770f09f28236a7a76c Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 7 Apr 2021 15:39:06 -0700 Subject: [PATCH] Remove flock suppression PiperOrigin-RevId: 367312275 --- nogo.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/nogo.yaml b/nogo.yaml index c0445a837..1e72d9e29 100644 --- a/nogo.yaml +++ b/nogo.yaml @@ -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