mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'ci/update_sonarqube_patterns' into 'master'
ci(sonarqube): update file pattern See merge request espressif/esp-idf!14897
This commit is contained in:
commit
32f4138c6b
@ -7,13 +7,13 @@ sonar.sourceEncoding=UTF-8
|
||||
|
||||
# exclude list for sonarqube
|
||||
# Here're some examples: (relative with the idf_path)
|
||||
# test/**
|
||||
# test/**/*
|
||||
# test/*/*.c
|
||||
sonar.exclusion=\
|
||||
components/freertos/*.c,\
|
||||
components/freertos/include/freertos/*.h,\
|
||||
components/wpa_supplicant/src/**,\
|
||||
components/wpa_supplicant/include/**
|
||||
components/wpa_supplicant/src/**/*,\
|
||||
components/wpa_supplicant/include/**/*
|
||||
|
||||
sonar.inclusions=\
|
||||
**/*.c,**/*.cpp,**/*.h,**/*.hpp,\
|
||||
|
Loading…
Reference in New Issue
Block a user