aboutcode-org / aboutcode-org/scancode.io
Do not report error for character/device file
- Ngôn ngữ chính
- Python
- Star
- 215
- Fork
- 203
- Merge trung bình
- 4 ngày 8 giờ
- Pull request đã merge (30 ngày)
- 6
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.