@ErikSchierboom or @iHiD, rather than fiddle with the test routines themselves could I have a part of test.ps1/test.sh that detects stoprun/gobacks the way the PHP linting works?
cobol uses a 3rd party unit test tool, cobolcheck. Cobolcheck gives false positives if the code being tested has GOBACK or STOP RUN in it. We were all discussing the possibility of adding another step to the test-runner but I couldn’t get my head around it. Then I saw something being done on the PHP track that I thought might be easier to implement: linting.
So I’m asking, how hard would it be to add a linting pass to the cobol tests?