Character class ranges in regular expressions are more concise than listing individual consecutive characters.
When four or more consecutive characters appear in a character class, they can be combined into a range for better readability.
If you prefer listing individual characters for clarity (for example, when the characters represent specific values rather than a range), you might prefer to disable this rule.
Some developers find explicit character lists easier to understand when the character set represents distinct concepts.