aboutcode-org / aboutcode-org/scancode.io

Flagging Autogenerated Files in "map_deploy_to_develop" Pipeline - Pypi

オープン
#1,845 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
215
フォーク
203
平均マージ
4日 8時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。