oracle / oracle/macaron

Cli option to skip cloning the repo

Open
#823 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

cli repository_finder
Dominant language
Python
Stars
210
Forks
36
Avg merge
1d 10h
Merged PRs (30d)
2

Description

In scenarios where the user wants to run the checks that do not require the repository/commits, the option to skip cloning would speed up the pre-analysis steps.

We should be mindful about what would happen if user passes such argument but some checks that depend on repository information are included in the analysis.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the CLI entry point and trace the repository-cloning path used during pre-analysis. Check how analyses identify checks that require repository or commit information, then define the behavior for a skip-cloning option when those checks are selected. Done means the option speeds up checks that do not need the repository and handles dependent checks explicitly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.