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) {
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)" ,
You can’t perform that action at this time.
0 commit comments