mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
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:
parent
0eddee63e8
commit
72d59d1ced
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user