From 58cef684b25057818616f19c4329d455d0fda514 Mon Sep 17 00:00:00 2001 From: laurentsimon Date: Mon, 19 Jul 2021 18:35:16 +0000 Subject: [PATCH] test linter --- checks/binary_artifact.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/binary_artifact.go b/checks/binary_artifact.go index cadd6d1ccccf..2f66ee4b2228 100644 --- a/checks/binary_artifact.go +++ b/checks/binary_artifact.go @@ -14,13 +14,13 @@ package checks -//nolint:gci import ( "fmt" "path/filepath" "github.com/h2non/filetype" "github.com/h2non/filetype/types" + "github.com/ossf/scorecard/checker" sce "github.com/ossf/scorecard/errors" )