We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2265c commit 4d1dbf6Copy full SHA for 4d1dbf6
1 file changed
.github/styles/Apify/UIVerbs.yml
@@ -0,0 +1,10 @@
1
+extends: substitution
2
+message: "Use '%s' instead of '%s' for UI actions."
3
+ignorecase: true
4
+level: warning
5
+scope: text
6
+swap:
7
+ '(?<!double-|right-|left-|single-)click(?!-through)': select
8
+ '(?<!double-|right-|left-|single-)clicks(?!-through)': selects
9
+ '(?<!double-|right-|left-|single-)clicked(?!-through)': selected
10
+ '(?<!double-|right-|left-|single-)clicking(?!-through)': selecting
0 commit comments