Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 43187c4

Browse files
committed
Merge branch 'master' into rh-approval-voting
2 parents 88a2702 + 4fdbf97 commit 43187c4

File tree

34 files changed

+1037
-767
lines changed

34 files changed

+1037
-767
lines changed

.config/lingua.dic

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,12 @@ WND/S
8585
XCM/S
8686
XCMP/M
8787
include/BG
88-
isolate/BG
88+
isolate/BG
89+
dispatchable/SM
90+
VMP/SM
91+
HMP/SM
92+
DMP/SM
93+
MQC/SM
94+
VRF/SM
95+
assignee/SM
96+
adversary/SM

.config/spellcheck.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ extra_dictionaries = ["lingua.dic"]
77
# `Type`'s
88
# 5x
99
# He tagged it as 'TheGreatestOfAllTimes'
10-
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^'s$", "^\\+$"]
10+
# Transforms'
11+
transform_regex = ["^'([^\\s])'$", "^[0-9]+(?:\\.[0-9]*)?x$", "^(.*)'$", "^\\+$"]
1112
allow_concatenation = true
1213
allow_dashes = true

0 commit comments

Comments
 (0)