2
0
Artem V. Ageev 8 сар өмнө
parent
commit
906b69bd50

+ 0 - 11
.github/workflows/make.pas

@@ -181,17 +181,6 @@ type
       end
   end;
 
-  function LintShell(Path: string): Output;
-  begin
-    if RunCommand('python3', ['-m', 'pylint', Path], Result.Output) then
-      Writeln(stderr, #27'[33m', Result.Output, #27'[0m')
-    else
-      begin
-        Writeln(stderr, #27'[31m', Result.Output, #27'[0m');
-        ExitCode += 1;
-      end
-  end;
-
   procedure Main;
   var
     Each, Item: string;