-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint check for System.exit
calls
#2211
Conversation
CI is proving this works 😂
|
Codecov Report
@@ Coverage Diff @@
## dev #2211 +/- ##
==========================================
+ Coverage 71.95% 71.98% +0.02%
==========================================
Files 77 78 +1
Lines 8363 8384 +21
==========================================
+ Hits 6018 6035 +17
- Misses 2345 2349 +4
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Does this need an independent test? It is tested as part of the lint test pipeline? |
I'm still a bit nervous about this. @pditommaso / @bentsherman - are |
I think the But as you can see it just logs an optional message and then calls Are you looking for something that calls the usual shutdown logic in the event of a workflow |
#1840 for more details
This implements a very simplistic check of all
.nf
and.groovy
files in the pipeline repo forSystem.exit
calls.PR checklist
CHANGELOG.md
is updateddocs
is updated