From 39e75ce282703ef3065f9776302b68eaeab410fb Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Wed, 9 Feb 2022 17:28:56 +0100 Subject: [PATCH] test: ignore linter check for type assertion --- glob_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glob_test.go b/glob_test.go index 53dbbd4..a7b153f 100644 --- a/glob_test.go +++ b/glob_test.go @@ -453,7 +453,7 @@ func TestGlob(t *testing.T) { // nolint:funlen t.Run("symlinks", func(t *testing.T) { t.Parallel() - testFS := testFs(t, []string{ + testFS := testFs(t, []string{ // nolint:forcetypeassert "./a/file", }, nil).(testfs.FS)