In our repository, we have instructed all developers not include one keyword (which is ops$abc) prefixed database objects. For example for "update ops$abc.tablename ." we have instructed to use update tablenane .
But developers are making this kind of mistake. Is there any way to reject push to the branch having this kind of code?