Open
Description
The test-scripts/check-copyright-comments.sh
script is run as a git hook, and currently, it is slow enough that it meaningfully impacts the speed of running git commit
or git rebase
. We should either optimize it or provide an alternative script written in a faster language (e.g., Python) that we can use when support is available on the local platform.