Skip to content

Commit

Permalink
Set class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed Oct 30, 2023
1 parent ea9e3f5 commit ce5929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Design/Rule0028CodeNavigabilityOnEventSubscribers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace BusinessCentral.LinterCop.Design
{
[DiagnosticAnalyzer]
public class RuleXDescription : DiagnosticAnalyzer
public class Rule0028CodeNavigabilityOnEventSubscribers : DiagnosticAnalyzer
{
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create<DiagnosticDescriptor>(DiagnosticDescriptors.Rule0028CodeNavigabilityOnEventSubscribers);

Expand Down

0 comments on commit ce5929a

Please sign in to comment.