Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii-borovinskikh-sonarsource committed Dec 16, 2024
1 parent c2eec44 commit 01bc6b8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Core/Analysis/IAnalysisService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,3 @@ void ScheduleAnalysis(string filePath,
/// </summary>
void CancelForFile(string filePath);
}

public interface IFindingsPublisher
{
/// <summary>
/// Handles analysis results
/// </summary>
void Publish(string filePath, Guid analysisId, IEnumerable<IAnalysisIssue> issues);
}

public interface IIssuePublisher : IFindingsPublisher;

public interface IHotspotPublisher : IFindingsPublisher;

0 comments on commit 01bc6b8

Please sign in to comment.