From 1d14b8ecfba61de524e0266e4a0fddb3b111f235 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Wed, 9 Jan 2019 09:07:06 +0900 Subject: silence staticcheck warnings Signed-off-by: FUJITA Tomonori --- tools/pyang_plugins/bgpyang2golang.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/pyang_plugins/bgpyang2golang.py b/tools/pyang_plugins/bgpyang2golang.py index 01ee9c3b..e2545135 100644 --- a/tools/pyang_plugins/bgpyang2golang.py +++ b/tools/pyang_plugins/bgpyang2golang.py @@ -39,6 +39,7 @@ _COPYRIGHT_NOTICE = """ // See the License for the specific language governing permissions and // limitations under the License. +//lint:file-ignore S1008 generated code. """ EQUAL_TYPE_LEAF = 0 -- cgit v1.2.3