sonar_exclude_list.txt 784 B

123456789101112131415161718192021222324252627282930
  1. # exclude list for sonarqube
  2. # Here're some examples: (relative with the idf_path)
  3. # test/**
  4. # test/*/*.c
  5. # test.c
  6. #
  7. # lines start with # will be ignored
  8. # FreeRTOS upstream code (don't include our port files here)
  9. components/freertos/FreeRTOS-Kernel/*.c
  10. components/freertos/FreeRTOS-Kernel/include/freertos/*.h
  11. # wpa_supplicant upstream code
  12. components/wpa_supplicant/src/**
  13. components/wpa_supplicant/include/**
  14. # HTTP Parser code
  15. components/http_parser/*.c
  16. components/http_parser/*.h
  17. # FATFS upstream code
  18. components/fatfs/src/**
  19. # Protobuf auto-generated files
  20. components/esp_local_ctrl/proto-c/**
  21. components/esp_local_ctrl/python/**
  22. components/protocomm/proto-c/**
  23. components/protocomm/python/**
  24. components/wifi_provisioning/proto-c/**
  25. components/wifi_provisioning/python/**