Check identifier spelling against blacklist?

There already is an existing rule, java:S1190, which checks for future keywords in order to future-proof one’s code. Perhaps this rule should be expanded to a parameterized rule with a regex, with the default regex set to the list currently hardcoded in S1190 (which I believe is just underscore and ‘enum’?).

(Related to Custom Rule for avoid keyword