-
-
Notifications
You must be signed in to change notification settings - Fork 920
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
infra(unicorn): use hashbang for scripts #2448
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2448 +/- ##
=======================================
Coverage 99.58% 99.58%
=======================================
Files 2823 2823
Lines 255525 255523 -2
Branches 1101 1105 +4
=======================================
+ Hits 254467 254470 +3
+ Misses 1030 1025 -5
Partials 28 28 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so I can understand better: You did put the hashbang in all files which are entry files for a script, correct?
Yes. |
PR title should be updated to reflect adding hashbangs |
Like this? |
Ref: #2439
Enables the
unicorn/no-process-exit
lint rule.