Is there a way for Intellij to warn when commiting only specific TODOs? For example, I don't want it to complain on TODO and FIXME, but would like to stop the commit on NOCOMMIT tokens in the code? As far as I can see, either it checks for any possible TODO or none at all...