You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PREVIOUS_MATCHES_TEXT (Optional[str]): The text of the previous match object.
108
+
FOUR_BYTES_POSITIONS (Optional[List[int]]): The positions of 4-byte encoded characters in the text, registered by the previous match object (kept for optimization purposes if the text is the same).
107
109
ruleId (str): The ID of the rule that was violated.
108
110
message (str): The message describing the error.
109
111
replacements (list): A list of suggested replacements for the error.
0 commit comments