Skip to content

Commit 7451aa2

Browse files
feat(rumdl): update schema to v0.2.16 (SchemaStore#5811)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9671e00 commit 7451aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/json/rumdl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "object",
77
"properties": {
88
"extends": {
9-
"description": "Path to a base config file to inherit settings from.\nSupports relative paths, absolute paths, and `~/` for home directory.\nExample: `extends = \"../base.rumdl.toml\"`",
9+
"description": "Path to a base config file to inherit settings from.\nSupports relative paths, absolute paths, `~/` for the home directory, and\n`$VAR` / `${VAR}` environment-variable expansion (a literal `$` is written `$$`).\nExample: `extends = \"../base.rumdl.toml\"` or `extends = \"$GEM_PATH/base.rumdl.toml\"`",
1010
"type": ["string", "null"]
1111
},
1212
"global": {

0 commit comments

Comments
 (0)