ci(pre-commit): exclude buildv2_test_app from check-readmes

The `tools/test_build_system/buildv2_test_app` is a cmakev2 build system
testing application, same as `build_test_app`, which should be removed
from the readme check performed by check_build_test_rules.py.

Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
This commit is contained in:
Frantisek Hrbata
2025-11-05 10:14:53 +01:00
parent dd5aae9c56
commit d5fcecbe85

View File

@@ -337,6 +337,7 @@ if __name__ == '__main__':
check_dirs = {IDF_PATH}
_exclude_dirs = [
os.path.join(IDF_PATH, 'tools', 'test_build_system', 'build_test_app'),
os.path.join(IDF_PATH, 'tools', 'test_build_system', 'buildv2_test_app'),
os.path.join(IDF_PATH, 'tools', 'templates', 'sample_project'),
]
else: