tests
tests copied to clipboard
Ignore/Skip `checkcommits` in static-check.sh
Which feature do you think can be improved?
We have both commit-message-check.yaml in GH action and checkcommits in static-check.sh to validate commit messages.
How can it be improved?
There is no need to validate twice. We can just rely on the GH action to do it, and let static_check.sh focus on static code inspection.
/cc @jodh-intel @Tim-Zhang
@bergwolf DYT #4409 already covers this?
With checkcommits removed #4878, this should be able to be closed.