Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding initial vale configuration #67

Merged
merged 1 commit into from
Mar 5, 2025
Merged

Conversation

mkurapov
Copy link
Contributor

@mkurapov mkurapov commented Mar 5, 2025

Changes proposed in this pull request

  • Adding intial vale configuration and start of ILF dictionary

Usage

  1. vale sync
  2. In the Vale VSCode extension, add the absolute path to the .vale.ini file in this repo:

Screenshot 2025-03-05 at 13 44 05

  1. Navigate to open-payments or rafiki and confirm the VSCode extension lints the md and mdx files

or if you don't want to use the extension, and your local directory is structured like so:

interledger
├── docs-styleguide
├── open-payments
├── rafiki

you can run vale from the CLI using:
cd open-payments
vale --config=../docs-styleguide/.vale.ini docs/

Context

Fixes #66

@melissahenderson melissahenderson merged commit fb2a98b into main Mar 5, 2025
1 check passed
@melissahenderson melissahenderson deleted the 66/mk/vale branch March 5, 2025 13:22
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.

Add vale config
2 participants