mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
vale: don't flag alerts as acronyms
> [!TIP] was being flagged as an undefined acronym Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ link: https://docs.docker.com/contribute/style/grammar/#acronyms-and-initialisms
|
||||
level: warning
|
||||
ignorecase: false
|
||||
# Ensures that the existence of 'first' implies the existence of 'second'.
|
||||
first: '\b([A-Z]{3,5})\b'
|
||||
first: '\b[^!]([A-Z]{3,5})\b'
|
||||
second: '(?:\b[A-Za-z]+(?: |\n))+\(([A-Z]{3,5})\)'
|
||||
# ... with the exception of these:
|
||||
exceptions:
|
||||
|
||||
Reference in New Issue
Block a user