Is there already a pre-commit.com hook to reject commit if a file contains a specific string?
I know how to do this with a git pre-commit hook: https://mcmap.net/q/681218/-git-hook-to-reject-commits-where-files-contain-a-specific-string
But I would like to go the pre-commit.com way because this would streamline my way to a way which is done by other developers.
For example I would like to use the same string which other people use, too.