Commit 52447b6 1 parent 83b3c4b commit 52447b6 Copy full SHA for 52447b6
File tree 1 file changed +2
-2
lines changed
src/SLCore.Listeners/Implementation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace SonarLint.VisualStudio.SLCore.Listeners.Implementation
31
31
public class BranchListener : IBranchListener
32
32
{
33
33
/// <summary>
34
- /// Stub method for compability with SLCore.
34
+ /// Stub method for compability with SLCore. TODO https://github.com/SonarSource/sonarlint-visualstudio/issues/5401
35
35
/// </summary>
36
36
/// <param name="parameters">Parameter's here for compability we discard it</param>
37
37
/// <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
41
41
}
42
42
43
43
/// <summary>
44
- /// Stub method for compability with SLCore.
44
+ /// Stub method for compability with SLCore. TODO https://github.com/SonarSource/sonarlint-visualstudio/issues/5401
45
45
/// </summary>
46
46
/// <param name="parameters">Parameter's here for compability we discard it</param>
47
47
/// <remarks>This will be implemented properly in the future when needed but features we support does not need branch awareness for now</remarks>
You can’t perform that action at this time.
0 commit comments