diff --git a/_vale/Docker/Acronyms.yml b/_vale/Docker/Acronyms.yml deleted file mode 100644 index 29fcd1744293..000000000000 --- a/_vale/Docker/Acronyms.yml +++ /dev/null @@ -1,170 +0,0 @@ -extends: conditional -message: "'%s' has no definition." -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]{2,5})\b' -second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{2,5})s?\)' -# ... with the exception of these: -exceptions: - - ACH - - AGPL - - AI - - API - - ARM - - ARP - - ASP - - AUFS - - AWS - - BGP # Border Gateway Protocol - - BIOS - - BPF - - BSD - - CDI - - CFS - - CI - - CIDR - - CISA - - CLI - - CNCF - - CORS - - CPU - - CSI - - CSS - - CSV - - CUDA - - CVE - - DAD - - DCT - - DEBUG - - DHCP - - DMR - - DNS - - DOM - - DPI - - DSOS - - DVP - - ECI - - ELK - - FAQ - - FPM - - FUSE - - GB - - GCC - - GDB - - GET - - GHSA - - GNOME - - GNU - - GPG - - GPL - - GPU - - GRUB - - GTK - - GUI - - GUID - - HEAD - - HTML - - HTTP - - HTTPS - - IAM - - IBM - - ID - - IDE - - IP - - IPAM - - IPC - - IT - - JAR - - JIT - - JSON - - JSX - - KDE - - LESS - - LLDB - - LLM - - LTS - - MAC - - MATE - - mcp - - MCP - - MDM - - MDN - - MIME - - MSI - - NAT - - NET - - NFS - - NOTE - - NTFS - - NTLM - - NUMA - - NVDA - - OCI - - OS - - OSI - - OSS - - PATH - - PDF - - PEM - - PHP - - PID - - POSIX - - POST - - QA - - QEMU - - RAM - - REPL - - REST - - RFC - - RHEL - - RPM - - RSA - - SAML - - SARIF - - SBOM - - SCIM - - SCM - - SCSS - - SCTP - - SDK - - SLES - - SLSA - - SOCKS - - SPDX - - SQL - - SSD - - SSH - - SSL - - SSO - - SVG - - TBD - - TCP - - TCP - - TIP - - TLS - - TODO - - TTY - - TXT - - UDP - - UI - - URI - - URL - - USB - - USD - - UTF - - UTS - - UUID - - VAT - - VDI - - VIP - - VLAN - - VM - - VPN - - WSL - - XML - - XSS - - YAML - - ZFS - - ZIP diff --git a/_vale/Docker/HeadingLength.yml b/_vale/Docker/HeadingLength.yml deleted file mode 100644 index 270ccf80aed1..000000000000 --- a/_vale/Docker/HeadingLength.yml +++ /dev/null @@ -1,7 +0,0 @@ -extends: occurrence -message: "Try to keep headings short (< 8 words)." -link: https://docs.docker.com/contribute/style/formatting/#headings-and-subheadings -scope: heading -level: suggestion -max: 8 -token: \b(\w+)\b diff --git a/_vale/Docker/RecommendedWords.yml b/_vale/Docker/RecommendedWords.yml index 2721e0881fb1..8c5e526280af 100644 --- a/_vale/Docker/RecommendedWords.yml +++ b/_vale/Docker/RecommendedWords.yml @@ -14,10 +14,8 @@ swap: (?:sign on|log on|log in|logon|login): sign in above: previous adaptor: adapter - admin(?! console): administrator administrate: administer afterwards: afterward - allow: let allows: lets alphabetic: alphabetical alphanumerical: alphanumeric diff --git a/_vale/Docker/SentenceLength.yml b/_vale/Docker/SentenceLength.yml deleted file mode 100644 index 41bcdd12603f..000000000000 --- a/_vale/Docker/SentenceLength.yml +++ /dev/null @@ -1,7 +0,0 @@ -extends: occurrence -message: "Write short, concise sentences. (<=40 words)" -scope: sentence -link: https://docs.docker.com/contribute/checklist/ -level: warning -max: 40 -token: \b(\w+)\b