Skip to content

Commit 52447b6

Browse files
Add link to BranchListener doc strings with info about proper implementation
#5401
1 parent 83b3c4b commit 52447b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SLCore.Listeners/Implementation/BranchListener.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace SonarLint.VisualStudio.SLCore.Listeners.Implementation
3131
public class BranchListener : IBranchListener
3232
{
3333
/// <summary>
34-
/// Stub method for compability with SLCore.
34+
/// Stub method for compability with SLCore. TODO https://github.com/SonarSource/sonarlint-visualstudio/issues/5401
3535
/// </summary>
3636
/// <param name="parameters">Parameter's here for compability we discard it</param>
3737
/// <remarks>This will be implemented properly in the future when needed but features we support does not need branch awareness for now</remarks>
@@ -41,7 +41,7 @@ public Task<MatchSonarProjectBranchResponse> MatchSonarProjectBranchAsync(MatchS
4141
}
4242

4343
/// <summary>
44-
/// Stub method for compability with SLCore.
44+
/// Stub method for compability with SLCore. TODO https://github.com/SonarSource/sonarlint-visualstudio/issues/5401
4545
/// </summary>
4646
/// <param name="parameters">Parameter's here for compability we discard it</param>
4747
/// <remarks>This will be implemented properly in the future when needed but features we support does not need branch awareness for now</remarks>

0 commit comments

Comments
 (0)