Searched +full:- +full:iname (Results 1 – 1 of 1) sorted by relevance
4 - .pre_check_base_template5 - .rules:patterns:clang_tidy9 - $OUTPUT_DIR13 CLANG_TIDY_RUNNER_PROJ: 2107 # idf/clang-tidy-runner15 RULES_FILE: ${CI_PROJECT_DIR}/tools/ci/static-analysis-rules.yml18 - python -m pip install -U pip19 - internal_pip_install $CLANG_TIDY_RUNNER_PROJ pyclang20 - export PATH=$PATH:$(python -c "import sys; print(sys.executable.rsplit('/', 1)[0])")21 …- dirs=$(cat ${CLANG_TIDY_DIRS_TXT} | while read line; do echo ${CI_PROJECT_DIR}/${line}; done | x…22 - run_cmd idf_clang ${dirs}[all …]