Skip to content

Commit 1ae071c

Browse files
committed
chore: clean up spelling configuration and remove unused vocabularies
1 parent 7e0bd53 commit 1ae071c

File tree

9 files changed

+28
-59
lines changed

9 files changed

+28
-59
lines changed

.github/styles/DocsGPT/Spelling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ ignore:
88
- "**/coverage/**"
99
- "**/public/**"
1010
- "**/static/**"
11+
vocab: DocsGPT

.github/styles/config/vocabularies/DocsGPT/accept.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,9 @@ env
3838
URl
3939
agentic
4040
llama_cpp
41-
compatable
42-
fromatting
43-
qucik
44-
benefitial
45-
Additionaly
46-
expains
47-
upploaded
4841
parsable
4942
SDKs
5043
boolean
5144
bool
5245
hardcode
53-
EOL
46+
EOL

.github/styles/config/vocabularies/DocsGPT/reject.txt

Whitespace-only changes.

.github/vale/styles/DocsGPT/Spelling.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/vocabularies/DocsGPT/accept.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/vale.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Vale Documentation Linter
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- 'docs/**/*.md'
7+
- 'docs/**/*.mdx'
8+
- '**/*.md'
9+
- '.vale.ini'
10+
- '.github/styles/**'
11+
12+
jobs:
13+
vale:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
19+
- name: Vale linter
20+
uses: errata-ai/vale-action@v2
21+
with:
22+
files: '["docs", "*.md"]'
23+
fail_on_error: false
24+
version: 3.0.5
25+
env:
26+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

config/vocabularies/DocsGPT/accept.txt

Whitespace-only changes.

styles/Google

Lines changed: 0 additions & 1 deletion
This file was deleted.

styles/MDX

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)