Can Eclipse warn or prevent Git commits if there are special tags in the code?
These would not necessarily be TODO
tags, but rather something like DEVONLY
to indicate logging or instrumentation that was inserted temporarily for development, and which should not go to the shared repository.
Intellij supports this.
How can this be done in Eclipse?