When using the v flag (Unicode sets mode), character classes support string literals using the \q{...} syntax.
These string literals are intended to match a single grapheme or character sequence that behaves as a unit.
Using multi-grapheme strings inside these literals confuses the distinction between string matching and character class behavior.
If you need to match multi-character strings, use regular alternation with a non-capturing group instead of string literals inside character classes.
If you intentionally use multi-grapheme string literals in character classes and understand the semantic difference between string matching and character class behavior, you might prefer to disable this rule.