Skip to content

Conversation

@TheAngryByrd
Copy link
Member

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds the ability for callers to selectively run analyzers by providing a predicate function to determine which analyzers should execute for each run.

  • Introduces a RegisteredAnalyzer type in the Client module to expose analyzer metadata
  • Adds overloaded methods RunAnalyzers and RunAnalyzersSafely that accept an analyzer predicate function
  • Refactors existing analyzer name references to use a type alias AnalyzerName

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
FSharp.Analyzers.SDK.Client.fsi Adds type definitions and method signatures for selective analyzer execution
FSharp.Analyzers.SDK.Client.fs Implements the analyzer filtering functionality and type alias refactoring

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@TheAngryByrd TheAngryByrd marked this pull request as ready for review October 14, 2025 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants