Skip to content

Commit 2859393

Browse files
committed
chore: adjust test expectations for quicktemplate
Copy from fca8610
1 parent bd13119 commit 2859393

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
@@ -275,7 +275,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
275275
},
276276
target: "quicktemplate",
277277
expected: []string{
278-
"testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)",
279278
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)",
280279
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)",
281280
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)",
@@ -290,7 +289,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
290289
},
291290
target: "quicktemplate",
292291
expected: []string{
293-
"testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)",
294292
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)",
295293
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)",
296294
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)",

0 commit comments

Comments
 (0)