We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f57ad commit 685d47cCopy full SHA for 685d47c
.github/workflows/clang-tidy.yml
@@ -35,7 +35,7 @@ jobs:
35
working-directory: test_app
36
run: |
37
. ${IDF_PATH}/export.sh
38
- idf.py clang-check --include-paths $GITHUB_WORKSPACE --exclude-paths $PWD --run-clang-tidy-py run-clang-tidy
+ idf.py clang-check --include-paths $GITHUB_WORKSPACE --exclude-paths $PWD --run-clang-tidy-py run-clang-tidy --run-clang-tidy-options "-checks=-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling"
39
cp warnings.txt ../
40
- name: Convert clang-tidy results into SARIF output
41
0 commit comments