Skip to content

refactor: remove unused parameter from tryInvokeWildCardDirectories #1594

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

camc314
Copy link
Contributor

@camc314 camc314 commented Aug 17, 2025

No description provided.

@Copilot Copilot AI review requested due to automatic review settings August 17, 2025 00:05
Copy link
Contributor

@Copilot 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 removes an unused parameter from the tryInvokeWildCardDirectories method to clean up the codebase. The path parameter was being passed but not used within the method implementation.

  • Removes the unused path parameter from tryInvokeWildCardDirectories method signature
  • Updates all call sites to remove the second argument

Reviewed Changes

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

File Description
internal/project/service.go Updates two call sites to remove the unused path parameter
internal/project/configfileregistry.go Removes the unused path parameter from method signature

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

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.

1 participant