mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-19 11:45:49 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user