forked from google/knative-gcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.woke.yaml
53 lines (47 loc) · 890 Bytes
/
.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: native
terms:
- "native"
alternatives:
- ""
- "built-in"
- "platform-specific"
options:
# Only trigger violations when terms are surrounded by ASCII word boundaries.
word_boundary: true
- name: primitive
terms:
- "primitive"
alternatives:
- "basic"
- name: redline
terms:
- "redline"
- "red line"
alternatives:
- "priority line"
- name: blindspot
terms:
- "blind spot"
alternatives:
- "missed area"
- name: crazy
terms:
- "crazy"
- "insane"
alternatives:
- "unexpected"
- "complex"
- name: hit
terms:
- "hit"
alternatives:
- "reach"
- name: healthcheck
terms:
- "healthcheck"
- "health-check"
- "health check"
alternatives:
- "check"
- "probe check"