diff --git a/_vale/Docker/Acronyms.yml b/_vale/Docker/Acronyms.yml index 9c79996b59..de20a92c1e 100644 --- a/_vale/Docker/Acronyms.yml +++ b/_vale/Docker/Acronyms.yml @@ -4,8 +4,8 @@ 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' -second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)' +first: '\b([A-Z]{2,5})\b' +second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{2,5})\)' # ... with the exception of these: exceptions: - AGPL diff --git a/_vale/config/vocabularies/Docker/accept.txt b/_vale/config/vocabularies/Docker/accept.txt index d57f2cf9f0..d245ef2c7e 100644 --- a/_vale/config/vocabularies/Docker/accept.txt +++ b/_vale/config/vocabularies/Docker/accept.txt @@ -1,4 +1,4 @@ -(?-i)[A-Z]{3,}s +(?-i)[A-Z]{2,}s Admin Console Amazon Anchore