esp-idf/tools/ci/sonar_exclude_list.txt
Laukik Hase 9549f0026f
protobuf: Fix v4.21.0 (python) compatibility issue
- Added auto-generated protobuf files (proto-c and python to pre-commit hook ignore lists
2022-06-07 15:59:40 +05:30

24 lines
631 B
Plaintext

# exclude list for sonarqube
# Here're some examples: (relative with the idf_path)
# test/**
# test/*/*.c
# test.c
#
# lines start with # will be ignored
# FreeRTOS upstream code (don't include our port files here)
components/freertos/*.c
components/freertos/include/freertos/*.h
# wpa_supplicant upstream code
components/wpa_supplicant/src/**
components/wpa_supplicant/include/**
# Protobuf auto-generated files
components/esp_local_ctrl/proto-c/**
components/esp_local_ctrl/python/**
components/protocomm/proto-c/**
components/protocomm/python/**
components/wifi_provisioning/proto-c/**
components/wifi_provisioning/python/**