From c9b38259f11bb8475f7b261d124c907221bb72c5 Mon Sep 17 00:00:00 2001 From: Vasiliy Yudin Date: Fri, 25 Jun 2021 16:13:07 +0300 Subject: [PATCH 1/2] travis check --- parse.go | 1 + 1 file changed, 1 insertion(+) diff --git a/parse.go b/parse.go index 06f9939..3fa4d0b 100644 --- a/parse.go +++ b/parse.go @@ -61,6 +61,7 @@ func ParseAndTypeCheckFile(file string) (*ast.File, *token.FileSet, *types.Packa conf.CreateFromFilenames(dir, fileAbs) } + //test conf.AllowErrors = true prog, err := conf.Load() if err != nil { From f59e29251da422ae9bdba562e178f130e11c948e Mon Sep 17 00:00:00 2001 From: Vasiliy Yudin Date: Fri, 25 Jun 2021 16:29:33 +0300 Subject: [PATCH 2/2] travis check2 --- parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parse.go b/parse.go index 3fa4d0b..1ad4d7f 100644 --- a/parse.go +++ b/parse.go @@ -61,7 +61,7 @@ func ParseAndTypeCheckFile(file string) (*ast.File, *token.FileSet, *types.Packa conf.CreateFromFilenames(dir, fileAbs) } - //test + //test2 conf.AllowErrors = true prog, err := conf.Load() if err != nil {