Skip to content

Commit

Permalink
Add new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed Jan 20, 2024
1 parent a625188 commit 4f622a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LinterCop.ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
}

0 comments on commit 4f622a1

Please sign in to comment.