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,
to/pyarrow/lib.h
to/pyarrow/lib_api.h
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
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,
These files are typically generated during the build process, and often begin with lines such as:
It would be highly beneficial if the tool could automatically detect such patterns and classify these files as generated, thereby avoiding unnecessary manual review