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
// Mocked samples of linter messages from flake8 and pylint:
24
-
publicflake8Msg: string=
25
+
publicflake8Msg=
25
26
'1,1,W,W391:blank line at end of file\ns:142:13), <anonymous>:1\n1,7,E,E999:SyntaxError: invalid syntax\n';
26
-
publicpylintMsg: string=
27
+
28
+
publicpylintMsg=
27
29
"************* Module print\ns:142:13), <anonymous>:1\n1,0,error,syntax-error:Missing parentheses in call to 'print'. Did you mean print(x)? (<unknown>, line 1)\n";
28
30
29
31
// Depending on moduleName being exec'd, return the appropriate sample.
0 commit comments