shallow and deep scan modes
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 6
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
#### Modes :
- `--shallow` : fast but prone to errors
- `--deep` : slow but accurate
Guía de contribución
Línea de trabajo
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.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- cli
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 50/100