-
Notifications
You must be signed in to change notification settings - Fork 182
Boilerplate includes un-necessary shebang line #154
Comments
See discussion in #107 - this has been discussed |
Yes, I see that this was discussed. And I also see that you made this comment in the past:
What is correct for the main repository isn't blindly correct to a python software. The main repository contains Python scripts which are predestined to be run by CI jobs and developers. For this case it is easier to type
For this repository there no point adding the shebang in Python modules and packages. This looks bad and conveys bad code smell (which might decrease usage in favor for other clients and eventually distract potential contributions). IMHO these should be removed. |
+1 I agree with @oz123 on this. |
/cc |
So, there seems to be agreement on this here, I will prepare a PR for this. |
thanks @oz123 please file a pr for this |
fixed in #155 /close |
@roycaihw: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Currently the following modules contain this line:
We should remove the shebang line from
hack/boilerplate/boilerplate.py.txt
and then remove it from the modules which aren't expected to run as scripts.The text was updated successfully, but these errors were encountered: