Skip to content

refactor: migrate number_of_parameters#302

Merged
solid-illiaaihistov merged 2 commits into
solid-software:analysis_server_migrationfrom
solid-illiaaihistov:256-migrate-number_of_parameters
Jun 30, 2026
Merged

refactor: migrate number_of_parameters#302
solid-illiaaihistov merged 2 commits into
solid-software:analysis_server_migrationfrom
solid-illiaaihistov:256-migrate-number_of_parameters

Conversation

@solid-illiaaihistov

Copy link
Copy Markdown
Collaborator

Closes #256

@solid-illiaaihistov solid-illiaaihistov linked an issue Jun 25, 2026 that may be closed by this pull request

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request refactors the NumberOfParametersRule to align with the new analyzer API structure, delegating the lint logic to a newly introduced NumberOfParametersVisitor and adding comprehensive unit tests. The feedback suggests a performance optimization in the visitor to check the parameter count limit before executing the potentially expensive shouldIgnore check.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@solid-illiaaihistov solid-illiaaihistov merged commit 823f3ad into solid-software:analysis_server_migration Jun 30, 2026
1 check failed
@solid-illiaaihistov solid-illiaaihistov deleted the 256-migrate-number_of_parameters branch June 30, 2026 07:37
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.

Migrate number_of_parameters

2 participants