Fix lint issues: dupl linter

This commit is contained in:
Chris McGehee 2021-05-22 15:48:14 -07:00 committed by Naveen
parent 2e7a71fbf2
commit 587f41117b
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ linters:
- deadcode
- depguard
- dogsled
# - dupl
- dupl
- errcheck
- exhaustive
- exportloopref

View File

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//nolint:dupl
package e2e
import (