Skip to content

Commit

Permalink
Fix the documentation link of the PosInfoMoq2013 rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Oct 14, 2024
1 parent dd853ba commit 350aca5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ReturnsMethodDelegateMustMatchMockedMethodAnalyzer : DiagnosticAnal
DiagnosticSeverity.Error,
isEnabledByDefault: true,
description: "The delegate in the argument of the Returns()/ReturnsAsync() method must have the same parameter types of the mocked method/property.",
helpLinkUri: "https://posinformatique.github.io/PosInformatique.Moq.Analyzers/docs/Compilation/PosInfoMoq2012.html");
helpLinkUri: "https://posinformatique.github.io/PosInformatique.Moq.Analyzers/docs/Compilation/PosInfoMoq2013.html");

public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(ReturnValueMustMatchRule, ArgumentMustMatchRule);

Expand Down

0 comments on commit 350aca5

Please sign in to comment.