Skip to content

Commit

Permalink
Merge pull request #17 from Consensys/fix-branch-ref
Browse files Browse the repository at this point in the history
remove the branch ref now that the GHA is in master
  • Loading branch information
joshuafernandes committed Sep 13, 2024
2 parents 14cfc49 + 9012342 commit fa21842
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
18 changes: 9 additions & 9 deletions lint-markdown/.markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ MD012:
# MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md013.md
MD013:
# Number of characters
line_length: 100
line_length: 200
# Number of characters for headings
heading_line_length: 100
# Number of characters for code blocks
code_block_line_length: 100
code_block_line_length: 200
# Include code blocks
code_blocks: true
# Include tables
Expand Down Expand Up @@ -107,11 +107,11 @@ MD024: false
# siblings_only: false

# 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
MD025:
MD025: false
# Heading level
level: 3
# RegExp for matching title in front matter
front_matter_title: "^\\s*title\\s*[:=]"
# level: 3
# # RegExp for matching title in front matter
# front_matter_title: "^\\s*title\\s*[:=]"

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

# 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
MD041:
MD041: false
# Heading level
level: 1
# level: 2
# RegExp for matching title in front matter
front_matter_title: "^\\s*title\\s*[:=]"
# front_matter_title: "^\\s*title\\s*[:=]"

# MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md042.md
MD042: true
Expand Down
1 change: 0 additions & 1 deletion lint-markdown/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ runs:
with:
repository: Consensys/docs-gha
path: .docs-gha
ref: vale

- name: markdown lint
uses: DavidAnson/markdownlint-cli2-action@v17
Expand Down
2 changes: 1 addition & 1 deletion spelling/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
files: ${{ inputs.FILEPATHS }}
separator: ","
vale_flags: "--config .docs-gha/spelling/.vale.ini --glob={*.md,*.mdx}"
fail_on_error: true
# fail_on_error: true
reporter: github-pr-check
env:
# Required, set by GitHub actions automatically:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[aA]llowlist[s]?
API[s]?
Ansible
[aA]rithmetization
[aA]utogenerat(?:ing|ed)?
Expand All @@ -19,6 +20,7 @@ C-Chain
[cC]lasspath[s]?
Codefi
[cC]oinbase
[cC]onsensus
Consensys
[Cc]onsortiums
[cC]ounterpart(?:y|ies)
Expand Down Expand Up @@ -57,10 +59,11 @@ Gradle
Grafana
gRPC
G?Wei
HashiCorp
Hashi[cC]orp
Helmfile
Homebrew
[hH]ostname[s]?
HSM[s]?
Hyperledger
InfluxDB
Infura
Expand Down Expand Up @@ -123,6 +126,8 @@ Redis
[rR]edistributable[s]?
[rR]eentrancy
[rR]epurposing
REST
rest
Rinkeby
Roboto
[rR]ollup[s]?
Expand Down Expand Up @@ -159,6 +164,8 @@ Uniswap
[Uu]ntrusted
[uU]pstream[s]?
[vV]alidator[s]?
Vertx
vCPU[s]?
Web3
Web3Signer
[wW]ebsocket[s]?
Expand Down

0 comments on commit fa21842

Please sign in to comment.