File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ message: "Use '%s' instead of '%s'."
33ignorecase : false
44level : warning
55swap :
6- # Brand consistency
6+ # Naming consistency
77 Apify Dashboard : Apify Console
88 apify freelancers : Apify freelancers
99 Apify Platform : Apify platform
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ ignorecase: false
44level : error
55scope : text
66tokens :
7- # Apify Actors (the product) - avoid matching in URLs, code, or other contexts
7+ # Apify Actors - avoid matching in URLs, code, or other contexts
88 - ' (?<![\/\-#\w])actors(?![\/\}])(?!\.\w)'
99
10- # Apify Actor (the product) - avoid matching in URLs, code, or other contexts
10+ # Apify Actor - avoid matching in URLs, code, or other contexts
1111 - ' (?<![\/\-#\.`\w])actor(?![\/\}\-\w])(?! =)(?!\.\w)'
1212
13- # Apify Console (the product)
13+ # Apify Console
1414 - ' (?<![\/\-#\.`\w])console(?![\/\}\-\w])(?! =)(?!\.\w)'
1515
16- # Apify Proxy (the product)
16+ # Apify Proxy
1717 - ' (?<![\/\-#\.`\w])proxy(?![\/\}\-\w])(?! =)(?!\.\w)'
1818nonword : false
You can’t perform that action at this time.
0 commit comments