From b0226cfa974d1070661d9b7aaa7b7f006323474d Mon Sep 17 00:00:00 2001 From: Mrinal Wadhwa Date: Sun, 11 Nov 2018 00:49:46 -0800 Subject: [PATCH] test: be explicit about the linters disabled for TestParse --- did_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/did_test.go b/did_test.go index 28fee9d..f0f908b 100644 --- a/did_test.go +++ b/did_test.go @@ -42,7 +42,7 @@ func TestIsReference(t *testing.T) { }) } -// nolint +// nolint: gocyclo, dupl func TestString(t *testing.T) { t.Run("assembles a DID", func(t *testing.T) {