Skip to content

Vale#14

Open
m4sterbunny wants to merge 2 commits into
mainfrom
vale
Open

Vale#14
m4sterbunny wants to merge 2 commits into
mainfrom
vale

Conversation

@m4sterbunny
Copy link
Copy Markdown
Contributor

No description provided.

@m4sterbunny m4sterbunny requested a review from a team as a code owner June 5, 2026 12:57
@@ -0,0 +1,73 @@
name: Vale documentation lint

on:
Copy link
Copy Markdown
Contributor

@lucas-tortora lucas-tortora Jun 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not run this on PRs?

Suggested change
on:
on:
pull_request:
paths: ['**/*.md', '**/*.mdx']

Comment thread .vale.ini
@@ -0,0 +1,114 @@
# Vale configuration
# See vale_styles/README.md file for details and licensing information
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this README be part of the PR?

- WAR
- WEI
- XML
- YAML|yaml
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- YAML|yaml
- YAML
- yaml

Comment thread styles/Tether/Weasel.yml
Comment on lines +101 to +102
- loudly
- loudly
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- loudly
- loudly
- loudly

Comment on lines +5 to +13
# This is not working
action:
name: replace
swap:
'′': "'"
'″': '"'
# Attempt same as unicode
"\u2032": "'"
"\u2033": '"'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may want to remove this until it is working.

Comment thread CONTRIBUTING.md
- Numbered lists stop
- Diataxis ia
- No positional references ("Swap the filename for any other model from the table” NOT "Swap the filename for any other model from the table above”)
- Links from relevent text NOT "see ..." (do "The [Worker install pattern][install-pattern] defines the per-Worker mechanics." NOT "See the Worker [install pattern][install-pattern] for the per-Worker mechanics.")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Links from relevent text NOT "see ..." (do "The [Worker install pattern][install-pattern] defines the per-Worker mechanics." NOT "See the Worker [install pattern][install-pattern] for the per-Worker mechanics.")
- Links from relevant text NOT "see ..." (do "The [Worker install pattern][install-pattern] defines the per-Worker mechanics." NOT "See the Worker [install pattern][install-pattern] for the per-Worker mechanics.")

Comment thread CONTRIBUTING.md
- US English
- Bullet lists no stop (- Avalon not - Avalon.)
- Numbered lists stop
- Diataxis ia
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Diataxis ia
- Diátaxis ia

Comment thread CONTRIBUTING.md

1. `## Overview` — one paragraph or `## How it works`+ "This page ...
2. `## Next steps` — bullet list, each item `Description — [link](path)`
1. `## Overview` or `## How it works`— one paragraph or sentence "This page ..." clarifying page's purpose
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. `## Overview` or `## How it works`— one paragraph or sentence "This page ..." clarifying page's purpose
1. `## Overview` or `## How it works` — one paragraph or sentence "This page ..." clarifying page's purpose

Comment thread CONTRIBUTING.md
Comment on lines -249 to -255
### Frontmatter and linking strategy

Links are from relevant text NOT "see ..." (do "The [Worker install pattern][install-pattern] defines the per-Worker mechanics." NOT "See the Worker [install pattern][install-pattern] for the per-Worker mechanics.")

Ask maintainer if the page you are building is to be ported to `tether.io`, if so follow reference-style link definitions plus routing comments:

/mdk-prv/docs/reference/maintainers/port-signals.md
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we remove this?

Comment thread README.md
Vale is available for local documentation linting. Run `vale sync` before linting so Vale downloads the configured package styles into the gitignored `styles/` package directories.

Use the project vocabulary to check custom spelling. For example, Tether should pass, while Tehtr should fail.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a short install vale snippet may be helpful here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants