google / peoplemath

Web application for team planning
Apache License 2.0
127 stars 36 forks source link

Scan for missing license headers in continuous build #127

Closed amdw closed 3 years ago

amdw commented 3 years ago

The addlicense tool has a -check flag that lets you simply check whether the files have the required header.

https://github.com/google/addlicense

This could be run in the continuous build, over the population of files that should have this header (mainly .go and .ts files).

The addlicense tool would need to be added to the base build container.