Closed amdw closed 3 years ago
The addlicense tool has a -check flag that lets you simply check whether the files have the required header.
addlicense
-check
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).
.go
.ts
The addlicense tool would need to be added to the base build container.
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.