Does someone know of a checkstyle plugin that can be configured with a set of words, and will mark all occurences of those words as warnings (in identifiers or in string values) ?
The project we're working on requires that all code is in english. But most people are not native speakers and they sometimes accidentally include non-english words in their code. We'd like to detect at least some of those mistakes and signal them.