Fix S1654 FP: Do not report on event handlers, interfaces and overrides #7137
Labels
Area: VB.NET
VB.NET rules related issues.
Type: False Positive
Rule IS triggered when it shouldn't be.
Milestone
When a method is an event handler, the parameter names should follow parameter names from the event.
When the regex from S1654 does not allow the parameter, it should not raise
S1654 should not raise on methods that contains
Handles
keywordThe text was updated successfully, but these errors were encountered: