Skip to content

Commit fa21842

Browse files
Merge pull request #17 from Consensys/fix-branch-ref
remove the branch ref now that the GHA is in master
2 parents 14cfc49 + 9012342 commit fa21842

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

lint-markdown/.markdownlint.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ MD012:
6060
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md
6161
MD013:
6262
# Number of characters
63-
line_length: 100
63+
line_length: 200
6464
# Number of characters for headings
6565
heading_line_length: 100
6666
# Number of characters for code blocks
67-
code_block_line_length: 100
67+
code_block_line_length: 200
6868
# Include code blocks
6969
code_blocks: true
7070
# Include tables
@@ -107,11 +107,11 @@ MD024: false
107107
# siblings_only: false
108108

109109
# MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md025.md
110-
MD025:
110+
MD025: false
111111
# Heading level
112-
level: 3
113-
# RegExp for matching title in front matter
114-
front_matter_title: "^\\s*title\\s*[:=]"
112+
# level: 3
113+
# # RegExp for matching title in front matter
114+
# front_matter_title: "^\\s*title\\s*[:=]"
115115

116116
# MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md026.md
117117
MD026:
@@ -183,11 +183,11 @@ MD040:
183183
language_only: false
184184

185185
# MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md041.md
186-
MD041:
186+
MD041: false
187187
# Heading level
188-
level: 1
188+
# level: 2
189189
# RegExp for matching title in front matter
190-
front_matter_title: "^\\s*title\\s*[:=]"
190+
# front_matter_title: "^\\s*title\\s*[:=]"
191191

192192
# MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md042.md
193193
MD042: true

lint-markdown/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ runs:
2424
with:
2525
repository: Consensys/docs-gha
2626
path: .docs-gha
27-
ref: vale
2827

2928
- name: markdown lint
3029
uses: DavidAnson/markdownlint-cli2-action@v17

spelling/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
files: ${{ inputs.FILEPATHS }}
2828
separator: ","
2929
vale_flags: "--config .docs-gha/spelling/.vale.ini --glob={*.md,*.mdx}"
30-
fail_on_error: true
30+
# fail_on_error: true
3131
reporter: github-pr-check
3232
env:
3333
# Required, set by GitHub actions automatically:

spelling/styles/config/vocabularies/Consensys-common/accept.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[aA]llowlist[s]?
2+
API[s]?
23
Ansible
34
[aA]rithmetization
45
[aA]utogenerat(?:ing|ed)?
@@ -19,6 +20,7 @@ C-Chain
1920
[cC]lasspath[s]?
2021
Codefi
2122
[cC]oinbase
23+
[cC]onsensus
2224
Consensys
2325
[Cc]onsortiums
2426
[cC]ounterpart(?:y|ies)
@@ -57,10 +59,11 @@ Gradle
5759
Grafana
5860
gRPC
5961
G?Wei
60-
HashiCorp
62+
Hashi[cC]orp
6163
Helmfile
6264
Homebrew
6365
[hH]ostname[s]?
66+
HSM[s]?
6467
Hyperledger
6568
InfluxDB
6669
Infura
@@ -123,6 +126,8 @@ Redis
123126
[rR]edistributable[s]?
124127
[rR]eentrancy
125128
[rR]epurposing
129+
REST
130+
rest
126131
Rinkeby
127132
Roboto
128133
[rR]ollup[s]?
@@ -159,6 +164,8 @@ Uniswap
159164
[Uu]ntrusted
160165
[uU]pstream[s]?
161166
[vV]alidator[s]?
167+
Vertx
168+
vCPU[s]?
162169
Web3
163170
Web3Signer
164171
[wW]ebsocket[s]?

0 commit comments

Comments
 (0)