Exit code on syntax error? #32
Replies: 1 comment
-
CodeNarc is the application running the checks so it will be the one exiting with exit code Technically speaking CodeNarc is run via this definition in the Docker container:
The You could change to include the My only reservation would be that if the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm trying to use this via GitHub Actions with the Docker image to validate Nextflow scripts we'll be running on AWS Healthomics.
I've noticed that when there is an invalid file, the exit code is still zero which indicates success. Is this something that can be addressed, or is this a CodeNarc issue? It seems as though there is a command line option
-failOnError=true
in CodeNarc for itBeta Was this translation helpful? Give feedback.
All reactions