Skip to content

Commit 253c288

Browse files
Update src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.Client.fsi
Co-authored-by: Copilot <[email protected]>
1 parent cbf7c11 commit 253c288

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.Client.fsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ type Client<'TAttribute, 'TContext when 'TAttribute :> AnalyzerAttribute and 'TC
5757
/// <returns>list of results per analyzer which can either be messages or an exception.</returns>
5858
member RunAnalyzersSafely: ctx: 'TContext -> Async<AnalysisResult list>
5959

60-
6160
/// <summary>Runs all registered analyzers for given context (file).</summary>
6261
/// <returns>list of results per analyzer which can either be messages or an exception.</returns>
6362
member RunAnalyzersSafely: ctx: 'TContext * analyzerPredicate: (Client.RegisteredAnalyzer<'TContext> -> bool) -> Async<AnalysisResult list>

0 commit comments

Comments
 (0)