Skip to content

Commit

Permalink
♻️ update .prh.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: vankichi <[email protected]>
  • Loading branch information
vankichi committed Jul 12, 2022
1 parent 6a9b6da commit 1f1348b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .prh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
#
version: 1
# index: ann
# index: besteffort
# index: burstable
# index: clojure
# index: docker
# index: flamegraph
# index: go
# index: grafana
# index: guaranteed
# index: helm
# index: jaeger
# index: java
Expand All @@ -34,6 +36,7 @@ version: 1
# index: pyroscope
# index: python
# index: qbg
# index: QoS
# index: sdk
# index: uuid
# index: vald
Expand All @@ -47,6 +50,13 @@ rules:
to: ANN
options:
wordBoundary: true
- pattern: besteffort
expected: BestEffort
specs:
- from: besteffort
to: besteffort
- from: BestEffort
to: BestEffort
- pattern: burstable
expected: Burstable
specs:
Expand Down Expand Up @@ -88,6 +98,13 @@ rules:
expected: Grafana
options:
wordBoundary: true
- pattern: guaranteed
expected: Guaranteed
specs:
- from: guaranteed
to: guaranteed
- from: Guaranteed
to: Guaranteed
- pattern: helm
expected: Helm
options:
Expand Down Expand Up @@ -155,6 +172,10 @@ rules:
expected: QBG
options:
wordBoundary: true
- pattern: qos
expected: QoS
options:
wordBoundary: true
- pattern: sdk
expected: SDK
options:
Expand Down

0 comments on commit 1f1348b

Please sign in to comment.