-
Notifications
You must be signed in to change notification settings - Fork 624
/
Copy path.woke.yaml
53 lines (53 loc) · 1 KB
/
.woke.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
rules:
- name: whitelist
terms:
- whitelist
- white-list
alternatives:
- allowlist
options:
word_boundary: true
- name: whitelisting
terms:
- whitelisting
- white-listing
alternatives:
- allow
note: "Avoid using allow listing and allow listed as verbs."
options:
include_note: true
- name: blacklist
terms:
- blacklist
- black-list
alternatives:
- blocklist
options:
word_boundary: true
- name: blacklisting
terms:
- blacklisting
- black-listing
alternatives:
- blocking
note: "Avoid using block listing and block listed as verbs. "
options:
include_note: true
- name: slave
terms:
- slave
alternatives:
- replica
- backup
- worker
- duplicate
options:
word_boundary: true
- name: slaving
terms:
- slaving
alternatives:
- replicating
- duplicating
options:
word_boundary: true