kserve / modelmesh-runtime-adapter

Unified runtime-adapter image of the sidecar containers which run in the modelmesh pods
Apache License 2.0
21 stars 59 forks source link

Use the addHeader tool to standardize the license headers #75

Closed spolti closed 10 months ago

spolti commented 10 months ago

The goal of this issue is to add a new step to take care of the license headers as part of the go fmt make goal to keep it consistent across all files it is present.

This new step will have:

Pre requisites:

Tool to use:

Makefile call:

.PHONY: addheaders
addheaders:
    ./scripts/addheaders.sh
spolti commented 10 months ago

Duplicate of https://github.com/kserve/modelmesh-runtime-adapter/issues/74