2021-08-30 17:39:40 +08:00
|
|
|
# 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)
|
2021-09-20 11:37:03 +05:30
|
|
|
components/freertos/FreeRTOS-Kernel/*.c
|
|
|
|
components/freertos/FreeRTOS-Kernel/include/freertos/*.h
|
2021-08-30 17:39:40 +08:00
|
|
|
|
|
|
|
# wpa_supplicant upstream code
|
|
|
|
components/wpa_supplicant/src/**
|
|
|
|
components/wpa_supplicant/include/**
|
2021-12-31 13:52:56 +05:30
|
|
|
|
|
|
|
# HTTP Parser code
|
|
|
|
components/http_parser/*.c
|
|
|
|
components/http_parser/*.h
|
2021-12-01 14:49:38 +01:00
|
|
|
|
|
|
|
# FATFS upstream code
|
|
|
|
components/fatfs/src/**
|