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 identifierspull/6512/head
parent
53d1322371
commit
b86c391a34
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue