How do I block commit in Eclipse if there are special TODO tags in code?

293 views Asked by At

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?

0

There are 0 answers