mirror of
https://github.com/sasjs/lint.git
synced 2026-01-19 02:00:05 +00:00
Update sasjslint-schema.json
This commit is contained in:
@@ -150,7 +150,7 @@
|
|||||||
"$id": "#/properties/ignoreList",
|
"$id": "#/properties/ignoreList",
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "ignoreList",
|
"title": "ignoreList",
|
||||||
"description": "An array of paths or path patterns to ignore matching resources from linting. Files or folders matching patterns in .gitignore will always be ignored.",
|
"description": "An array of paths or path patterns to ignore when linting. Any files or matching patterns in the .gitignore file will also be ignored.",
|
||||||
"default": ["sasjsbuild/", "sasjsresults/"],
|
"default": ["sasjsbuild/", "sasjsresults/"],
|
||||||
"examples": ["sasjs/tests", "tmp/scratch.sas"]
|
"examples": ["sasjs/tests", "tmp/scratch.sas"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user