File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
279
279
},
280
280
target : "quicktemplate" ,
281
281
expected : []string {
282
- "testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)" ,
283
282
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)" ,
284
283
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)" ,
285
284
"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) {
293
292
},
294
293
target : "quicktemplate" ,
295
294
expected : []string {
296
- "testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)" ,
297
295
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)" ,
298
296
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)" ,
299
297
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)" ,
You can’t perform that action at this time.
0 commit comments