ci(sonarqube): pass "sonar.exclusions" in CI

also increase the jvm size
This commit is contained in:
Fu Hanxi
2021-08-30 17:39:40 +08:00
parent 61299f879e
commit 5671039154
3 changed files with 26 additions and 11 deletions
-11
View File
@@ -5,16 +5,6 @@ sonar.projectVersion=4.4
sonar.sources=.
sonar.sourceEncoding=UTF-8
# exclude list for sonarqube
# Here're some examples: (relative with the idf_path)
# test/**/*
# test/*/*.c
sonar.exclusion=\
components/freertos/*.c,\
components/freertos/include/freertos/*.h,\
components/wpa_supplicant/src/**/*,\
components/wpa_supplicant/include/**/*
sonar.inclusions=\
**/*.c,**/*.cpp,**/*.h,**/*.hpp,\
**/*.py
@@ -33,5 +23,4 @@ sonar.cxx.file.suffixes=.cxx,.cpp,.cc,.c,.hxx,.hpp,.hh,.h
#######################
sonar.gitlab.failure_notification_mode=exit-code
sonar.gitlab.merge_request_discussion=true
sonar.gitlab.project_id=103