From 7eb273cecc0e60bac9565d9640648c6ab370ee7e Mon Sep 17 00:00:00 2001 From: Liam Barry Allan Date: Mon, 7 Feb 2022 16:08:01 -0500 Subject: [PATCH] Improvements to schema --- src/schemas/rpglint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/schemas/rpglint.json b/src/schemas/rpglint.json index 58fd32e5..aecd04ba 100644 --- a/src/schemas/rpglint.json +++ b/src/schemas/rpglint.json @@ -109,7 +109,8 @@ "expected": { "type": "string" } - } + }, + "additionalProperties": false }, "description": "Specific casing for operation codes." },