ci: add .cpp and .hpp files, but ignore nvs_storage.cpp

* nvs_storage.cpp seems to produce a false positive
This commit is contained in:
Ivan Grokhotkov 2022-12-15 18:46:33 +01:00 committed by Jakob Hasse
parent 0eddee63e8
commit 72d59d1ced
2 changed files with 5 additions and 2 deletions

View File

@ -7,8 +7,8 @@
- "tools/ci/static-analysis-rules.yml"
- "tools/ci/clang_tidy_dirs.txt"
- "**/*.{c,C}"
- "**/*.{h,H}"
- "**/*.{c,C,cpp}"
- "**/*.{h,H,hpp}"
- "components/**/Kconfig"
- "components/**/CMakeList.txt"

View File

@ -38,4 +38,7 @@ skip:
- "components/bt/host/bluedroid/stack/btm/btm_dev.c"
- "components/bt/host/bluedroid/stack/gatt/att_protocol.c"
- "components/bt/host/bluedroid/stack/gatt/gatt_db.c"
- "components/bt/host/bluedroid/stack/l2cap/l2c_utils.c"
- "components/wifi_provisioning/src/scheme_ble.c"
- "components/wpa_supplicant/src/rsn_supp/wpa.c"
- "components/nvs_flash/src/nvs_storage.cpp"