SAP-archive / ytt-lint

ytt lint validates ytt-templates and plain yaml-files. It is designed for Kubernetes artifacts, but works with other yaml-files.
Apache License 2.0
11 stars 2 forks source link

Change license file handling (make both REUSE and Licensee happy) #16

Closed SebastianWolf-SAP closed 3 years ago

SebastianWolf-SAP commented 3 years ago

Obviously, Licensee (the tool used by GitHub to detect licenses) doesn't like symbolic links. On the other side the REUSE tool does... Therefore restructuring the license file handling, this fixes #15

phil9909 commented 3 years ago

Thanks for contributing this.

I had planned doing it, but with low priority, as the License is there, the tools just can't handle symbolic links (as you mentioned).

SebastianWolf-SAP commented 3 years ago

You're welcome - wasn't a big deal as I was checking our repositories anyway. :)