shallow and deep scan modes
Ouverte
- Langage dominant
- Python
- Étoiles
- 6
- Forks
- 1
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
#### Modes :
- `--shallow` : fast but prone to errors
- `--deep` : slow but accurate
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
Look at the existing scanning logic in the codebase to understand how dependencies are currently detected. Determine what constitutes a 'shallow' vs 'deep' scan—likely scanning fewer files or using faster heuristics versus a comprehensive analysis. Implement the command-line flags and the corresponding scanning modes, ensuring they integrate with the main entry point. Test both modes on sample projects to verify the speed/accuracy trade-off.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- python
- Domaine
- cli
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 50/100