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