Skip to content

Commit 23959b8

Browse files
committed
chore: clean tests
1 parent 5c70800 commit 23959b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/run_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
279279
},
280280
target: "quicktemplate",
281281
expected: []string{
282-
"testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)",
283282
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)",
284283
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)",
285284
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)",
@@ -293,7 +292,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
293292
},
294293
target: "quicktemplate",
295294
expected: []string{
296-
"testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)",
297295
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)",
298296
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)",
299297
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)",

0 commit comments

Comments
 (0)