Reports number literals that use the underscore numeric separator with groups where the number of digits is not three. Such literals might contain a typo.
Example:
int j = 1_000_0000;