From f6ddfa833d956c9a9fb1905c2e4b6fee4b6938d6 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:32:29 +0000 Subject: [PATCH] fix: change type to boolean for noGremlins --- sasjslint-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjslint-schema.json b/sasjslint-schema.json index 29644a7..e04e84f 100644 --- a/sasjslint-schema.json +++ b/sasjslint-schema.json @@ -68,7 +68,7 @@ }, "noGremlins": { "$id": "#/properties/noGremlins", - "type": "array", + "type": "boolean", "title": "noGremlins", "description": "Captures problematic characters such as zero-width whitespace and others that look valid but usually are not (such as the en dash)", "default": [true],