Skip to content

Tools enhancement and modularization

Leandro Belli requested to merge lb/tools-update into main

This merge request introduces significant improvements to various tool scripts. Key updates include adding a YAML configuration file for build checks, updating check_style.py for code style verification, and creating a unified utils module for consistent test result handling. Other enhancements involve modularization and readability improvements in scripts like check_api.py, check_copyright.py and check_spacing.py, along with integrating file filtering and result logging functionalities.

Merge request reports