aboutcode-org / aboutcode-org/scancode.io

Flagging Autogenerated Files in "map_deploy_to_develop" Pipeline - Pypi

Aberta
#1,845 0 comentários 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
Python
Estrelas
215
Forks
203
Merge médio
4d 8h
PRs com merge (30d)
6

Descrição

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

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.