From 0e15d65a0c33be11def5ecebba8aa2f9512dd56d Mon Sep 17 00:00:00 2001 From: Chris McGehee Date: Mon, 3 May 2021 21:34:59 -0700 Subject: [PATCH] Fix lint issues: dupl linter --- e2e/contributors_test.go | 1 + e2e/packaging_test.go | 1 + 2 files changed, 2 insertions(+) diff --git a/e2e/contributors_test.go b/e2e/contributors_test.go index 5dc7a159..aed314f9 100644 --- a/e2e/contributors_test.go +++ b/e2e/contributors_test.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//nolint:dupl // repeating test cases that are slightly different is acceptable package e2e import ( diff --git a/e2e/packaging_test.go b/e2e/packaging_test.go index 771115d7..1e62f60e 100644 --- a/e2e/packaging_test.go +++ b/e2e/packaging_test.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//nolint:dupl // repeating test cases that are slightly different is acceptable package e2e import (