Home
last modified time | relevance | path

Searched +full:- +full:iname (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/.gitlab/ci/
Dstatic-code-analysis.yml4 - .pre_check_base_template
5 - .rules:patterns:clang_tidy
9 - $OUTPUT_DIR
13 CLANG_TIDY_RUNNER_PROJ: 2107 # idf/clang-tidy-runner
15 RULES_FILE: ${CI_PROJECT_DIR}/tools/ci/static-analysis-rules.yml
18 - python -m pip install -U pip
19 - internal_pip_install $CLANG_TIDY_RUNNER_PROJ pyclang
20 - 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 …]