fix(ci): Vale rules for URL/-url-/WAL/-wal-/Parquet/-parquet-:

1. Simplified the Parquet vocabulary entry from the regex to just Parquet
  2. Added separate regex patterns for hyphenated identifiers
pull/6512/head
Jason Stirnaman 2025-11-04 22:38:54 -06:00
parent 53d1322371
commit b86c391a34
1 changed files with 4 additions and 2 deletions

View File

@ -31,7 +31,8 @@ LogicalPlan
[Mm]onitor [Mm]onitor
MBs? MBs?
PBs? PBs?
Parquet|\b\w*-*parquet-\w*\b|\b--\w*parquet\w*\b|`[^`]*parquet[^`]*` Parquet
\w*-?\w*parquet\w*-\w*
Redoc Redoc
SQLAlchemy SQLAlchemy
SQLAlchemy SQLAlchemy
@ -41,9 +42,11 @@ System.Data.Odbc
TBs? TBs?
\bUI\b \bUI\b
URL URL
\w*-?\w*url\w*-\w*
US (East|West|Central|North|South|Northeast|Northwest|Southeast|Southwest) US (East|West|Central|North|South|Northeast|Northwest|Southeast|Southwest)
Unix Unix
WALs? WALs?
\w*-?wal-\w*
Webpack Webpack
[pP]y.*\b [pP]y.*\b
\b\w+_\w+\b \b\w+_\w+\b
@ -82,7 +85,6 @@ quoteChar
retentionRules retentionRules
sourceBucket sourceBucket
tagKey tagKey
url[s]?
v2 v2
v3 v3
venv venv