ci(sonarqube): pass "sonar.exclusions" in CI
also increase the jvm size
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user