Skip to content

Commit dee4327

Browse files
authored
Merge pull request #20726 from thaJeztah/relax_vale
vale: add some acronyms and relax validation
2 parents 6bce6d7 + b035d55 commit dee4327

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/vale/Docker/Acronyms.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ exceptions:
1919
- CSS
2020
- CSV
2121
- CVE
22+
- DCT
2223
- DEBUG
2324
- DOM
2425
- DPI
26+
- DSOS
27+
- DVP
2528
- ELK
2629
- FAQ
2730
- GCC
2831
- GDB
2932
- GET
33+
- GHSA
3034
- GPU
3135
- GTK
3236
- GUI
@@ -63,6 +67,7 @@ exceptions:
6367
- TBD
6468
- TCP
6569
- TODO
70+
- TTY
6671
- URI
6772
- URL
6873
- USB
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
extends: existence
2+
message: "Please capitalize Docker."
3+
level: error
4+
ignorecase: false
5+
action:
6+
name: replace
7+
params:
8+
- Docker
9+
tokens:
10+
- 'docker(?!/[a-z-]+)'

.github/vale/config/vocabularies/Docker/accept.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Ddosify
3535
Debootstrap
3636
Dev Environments?
3737
Django
38-
Docker
3938
Docker Build Cloud
4039
Docker Business
4140
Docker Dasboard

0 commit comments

Comments
 (0)