diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 16:34:40 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 16:34:40 -0300 |
| commit | b47b2936814f6b61c2c8ce40367db2b99076efa2 (patch) | |
| tree | 830ccd09e92886b690cc332432ef84d20f114bdd /src/validators.js | |
| parent | e9ec97e5063f1255b2f03a5dc31c1a88aa142aa0 (diff) | |
yaml: parseExcludingURLs
Diffstat (limited to 'src/validators.js')
| -rw-r--r-- | src/validators.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/validators.js b/src/validators.js index b702682e..28f3cef7 100644 --- a/src/validators.js +++ b/src/validators.js @@ -822,6 +822,8 @@ export function isCuratedURL(string) { return true; } +// These are the only valid actual values, but parseExcludingURLs (in #yaml) +// defines a mapping of alternative, equivalent values. export const isExcludingURLsReason = is(...[ 'quietly', |