mirror of https://github.com/docker/docs.git
vale: add GPL, AGPL to acronym exceptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
e9effe92f1
commit
d3d0b9605d
|
@ -8,6 +8,7 @@ first: '\b([A-Z]{3,5})\b'
|
||||||
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
|
second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
|
||||||
# ... with the exception of these:
|
# ... with the exception of these:
|
||||||
exceptions:
|
exceptions:
|
||||||
|
- AGPL
|
||||||
- API
|
- API
|
||||||
- ARM
|
- ARM
|
||||||
- ASP
|
- ASP
|
||||||
|
@ -39,6 +40,7 @@ exceptions:
|
||||||
- GHSA
|
- GHSA
|
||||||
- GNU
|
- GNU
|
||||||
- GPG
|
- GPG
|
||||||
|
- GPL
|
||||||
- GPU
|
- GPU
|
||||||
- GRUB
|
- GRUB
|
||||||
- GTK
|
- GTK
|
||||||
|
|
Loading…
Reference in New Issue