Skip to content
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

Fix cmd_fix to check if the provided path is a project #42

Merged
merged 6 commits into from
Apr 3, 2025

Conversation

shyim
Copy link
Contributor

@shyim shyim commented Apr 2, 2025

Add a check in cmd_fix.go to determine if the provided path is a project.

  • Use tool.IsProject to check if the provided path is a project.
  • If the path is a project, retrieve the tool configuration using tool.GetConfigFromProject.
  • If the path is not a project, retrieve the extension by folder and convert it to a tool configuration using tool.ConvertExtensionToToolConfig.
  • Update the logic to be consistent with cmd_check.go for determining if the provided path is a project.

For more details, open the Copilot Workspace session.

shyim and others added 4 commits April 2, 2025 18:27
Add a check in `cmd_fix.go` to determine if the provided path is a project.

* Use `tool.IsProject` to check if the provided path is a project.
* If the path is a project, retrieve the tool configuration using `tool.GetConfigFromProject`.
* If the path is not a project, retrieve the extension by folder and convert it to a tool configuration using `tool.ConvertExtensionToToolConfig`.
* Update the logic to be consistent with `cmd_check.go` for determining if the provided path is a project.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/shopwareLabs/extension-verifier?shareId=XXXX-XXXX-XXXX-XXXX).
…tion

* **cmd_fix.go**
  - Replace existing logic to determine if the provided path is a project with a call to the new `getToolConfig` function.

* **cmd_format.go**
  - Replace existing logic to determine if the provided path is a project with a call to the new `getToolConfig` function.

* **cmd_shared.go**
  - Add a new function `getToolConfig` to determine if the provided path is a project using `tool.IsProject` and retrieve the tool configuration accordingly.

* **cmd_check.go**
  - Replace existing logic to determine if the provided path is a project with a call to the new `getToolConfig` function.
* **cmd_check.go**
  - Added a file copy operation to copy files from the specified directory to a temporary directory before calling `getToolConfig` to retrieve the tool configuration.

* **cmd_fix.go**
  - Removed unused import for `extension`.

* **cmd_shared.go**
  - Added import for `extension` to maintain consistency across files.
Copy link

github-actions bot commented Apr 3, 2025

📦 Docker image for this PR is available at: ghcr.io/shopwarelabs/extension-verifier/pr-42:latest

You can pull it with:

docker pull ghcr.io/shopwarelabs/extension-verifier/pr-42:latest
docker run ghcr.io/shopwarelabs/extension-verifier/pr-42:latest

shyim added 2 commits April 3, 2025 11:30
…ents on PRs. The script now checks for existing comments and updates them if found, ensuring only one comment is present for the Docker image availability.
@shyim shyim merged commit 1e01194 into main Apr 3, 2025
8 checks passed
@shyim shyim deleted the shyim/fix-cmd-fix-check branch April 3, 2025 11:05
@shopwareLabs shopwareLabs deleted a comment from github-actions bot Apr 3, 2025
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