From 1d821db9349748e56dd59b1e1b13a78a122726c0 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 16 Aug 2022 00:13:15 +0100 Subject: [PATCH] Update sasjslint-schema.json --- sasjslint-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjslint-schema.json b/sasjslint-schema.json index 65aec3f..d52669f 100644 --- a/sasjslint-schema.json +++ b/sasjslint-schema.json @@ -150,7 +150,7 @@ "$id": "#/properties/ignoreList", "type": "array", "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/"], "examples": ["sasjs/tests", "tmp/scratch.sas"] }