You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2021. It is now read-only.
Fix the goVersion to properly parse ver '1.10' (microsoft#1523)
* Fix the goVersion to properly parse ver '1.10' * Add go version 1.10 to travis config * Define 1.10 as string on travis * Exclude the 1.10 on linux * Add g++4.9 for linux os * Use default CC and CXX * Fix the lint test * Fix the lint test to compatible both golang 1.10 and previous version * Fix lint test * Try to make fill struct test result consistent
{file: path.join(linterTestPath,'linter_1.go'),line: 8,severity: 'warning',msg: 'error return value not checked (a declared but not used) (errcheck, errcheck)'},
854
+
{file: path.join(linterTestPath,'linter_1.go'),line: 8,severity: 'warning',msg: 'error return value not checked (a declared but not used) (errcheck'},
855
855
{file: path.join(linterTestPath,'linter_2.go'),line: 5,severity: 'warning',msg: 'error return value not checked (missing return) (errcheck)'},
856
856
{file: path.join(linterTestPath,'linter_1.go'),line: 5,severity: 'warning',msg: 'exported function ExportedFunc should have comment or be unexported (golint)'},
857
857
];
@@ -865,7 +865,7 @@ It returns the number of bytes written and any write error encountered.
865
865
});
866
866
for(letiinexpected){
867
867
leterrorMsg=`Failed to match expected error #${i}: ${JSON.stringify(sortedDiagnostics)}`;
0 commit comments