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
The `DuplicateValuesValidator` is skipped by default to reduce noise in validation results, as duplicate values are often intentional (e.g., common button labels like "OK" or "Cancel").
92
+
93
+
To enable this validator, use one of the following methods:
> While sometimes duplicate values are intentional (e.g., common UI elements like "OK", "Cancel", or "Close"), they often reveal incomplete translations or copy-paste mistakes that need attention.
0 commit comments