aboutcode-org / aboutcode-org/scancode-toolkit
Parse comments in go.mod files for "// indirect"
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 2.6k
- Forks
- 791
- Merge medio
- 1 d 12 h
- PR fusionados (30 d)
- 5
Descripción
We should parse comments in go.mod files for "// indirect" line-trailing comments that indicates that a package is the results of a transitive dependency resolution as opposed to be a directly added dependency. There may be other comments too.
Here the comments essentially become "API" in the go.mod format, and can respect https://www.hyrumslaw.com/
And there are folks that rely on this too: https://github.com/search?q="%2F%2F+indirect"+language%3APython+"go.mod"&type=code
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.