aboutcode-org / aboutcode-org/scancode.io

Flagging Autogenerated Files in "map_deploy_to_develop" Pipeline - Pypi

未關閉
#1,845 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
215
分支
203
平均合併
4 天 8 小時
30 天內合併 PR
6

描述

When doing "map_deploy_to_develop" pipeline on certain python projects, some files from the deployment side are flagged as "requires-review" which these files are generated files.
For instance,
* pyarrow-21.0.0-cp39-cp39-win_amd64.whl (https://files.pythonhosted.org/packages/10/15/6b30e77872012bbfe8265d42a01d5b3c17ef0ac0f2fae531ad91b6a6c02e/pyarrow-21.0.0-cp39-cp39-win_amd64.whl)
```
to/pyarrow/lib.h
to/pyarrow/lib_api.h
```

* Kivy-2.3.1-cp39-cp39-win_amd64.whl (https://files.pythonhosted.org/packages/10/af/eb2124df73fcb3fcbdf2b138f9b93008464fbed9deea07a8fa446a6ec5f8/Kivy-2.3.1-cp39-cp39-win_amd64.whl)

```
to/kivy/graphics/cgl.h
to/kivy/include/config.h
to/kivy/setupconfig.py
```

These files are typically generated during the build process, and often begin with lines such as:
```
Generated by Cython
Autogenerated file for
```

It would be highly beneficial if the tool could automatically detect such patterns and classify these files as generated, thereby avoiding unnecessary manual review

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。