aboutcode-org / aboutcode-org/scancode.io
Do not report error for character/device file
- Lenguaje dominante
- Python
- Estrellas
- 215
- Forks
- 203
- Merge medio
- 4 d 8 h
- PR fusionados (30 d)
- 6
Descripción
When running a docker pipeline, I got this error:
>info: skipping unsupported ./dev/console file type: block, chr, dev or sparse file info: skipping unsupported ./dev/ptmx file type: block, chr, dev or sparse file info: skipping unsupported ./dev/zero file type: block, chr, dev or sparse file info: skipping unsupported ./dev/urandom file type: block, chr, dev or sparse file info: skipping unsupported ./dev/null file type: block, chr, dev or sparse file info: skipping unsupported ./dev/tty file type: block, chr, dev or sparse file info: skipping unsupported ./dev/random file type: block, chr, dev or sparse file info: skipping unsupported ./dev/full file type: block, chr, dev or sparse file
is reported as an error but is NOT an error.
we should either:
- not report an error at all for this
- report this as an informational message and not count this as an error
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.