From 4f622a1727d6c4963ff332901fbc4541c28a989f Mon Sep 17 00:00:00 2001 From: Arthur van de Vondervoort Date: Sat, 20 Jan 2024 14:45:56 +0100 Subject: [PATCH] Add new rules --- LinterCop.ruleset.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/LinterCop.ruleset.json b/LinterCop.ruleset.json index 0c09d093..98158809 100644 --- a/LinterCop.ruleset.json +++ b/LinterCop.ruleset.json @@ -256,6 +256,16 @@ "id": "LC0051", "action": "Warning", "justification": "Do not assign a text to a target with smaller size." + }, + { + "id": "LC0052", + "action": "Info", + "justification": "The internal procedure is declared but never used." + }, + { + "id": "LC0053", + "action": "Info", + "justification": "The internal procedure is only used in the object in which it is declared. Consider making the procedure local." } ] } \ No newline at end of file