You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggested the use of go-licenser, but due to the current implementation it was not possible for that repo.
For that use case is required to add files to BASH and Python files, which is not working correctly (probably works for Python but cannot work for BASH).
In the case of BASH the shebang (#!/bin/sh) must be preserved as first line and // is not a valid comment starter.
Reading through the code of licensing seems clear that this tools is lacking on support of source files different from Go.
Would you advise to contribute support to the project or is out of scope? I think there is value in adding support for other languages allowing for customization on a language basis; that would make this tool more generic and in the long run ease adoption.
Thanks!
The text was updated successfully, but these errors were encountered:
Working on a different application adding license's header to files was needed.
I suggested the use of
go-licenser
, but due to the current implementation it was not possible for that repo.For that use case is required to add files to BASH and Python files, which is not working correctly (probably works for Python but cannot work for BASH).
In the case of BASH the shebang (
#!/bin/sh
) must be preserved as first line and//
is not a valid comment starter.Reading through the code of
licensing
seems clear that this tools is lacking on support of source files different from Go.Would you advise to contribute support to the project or is out of scope? I think there is value in adding support for other languages allowing for customization on a language basis; that would make this tool more generic and in the long run ease adoption.
Thanks!
The text was updated successfully, but these errors were encountered: