2021-08-18 21:26:20 -04:00
|
|
|
sonar.projectKey=esp-idf
|
|
|
|
sonar.projectName=Espressif IoT Development Framework
|
|
|
|
sonar.projectVersion=4.4
|
|
|
|
|
|
|
|
sonar.sources=.
|
|
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
|
|
# exclude list for sonarqube
|
|
|
|
# Here're some examples: (relative with the idf_path)
|
2021-08-22 23:02:46 -04:00
|
|
|
# test/**/*
|
2021-08-18 21:26:20 -04:00
|
|
|
# test/*/*.c
|
|
|
|
sonar.exclusion=\
|
|
|
|
components/freertos/*.c,\
|
|
|
|
components/freertos/include/freertos/*.h,\
|
2021-08-22 23:02:46 -04:00
|
|
|
components/wpa_supplicant/src/**/*,\
|
|
|
|
components/wpa_supplicant/include/**/*
|
2021-08-18 21:26:20 -04:00
|
|
|
|
|
|
|
sonar.inclusions=\
|
|
|
|
**/*.c,**/*.cpp,**/*.h,**/*.hpp,\
|
|
|
|
**/*.py
|
|
|
|
|
|
|
|
sonar.python.pylint_config=.pylintrc
|
|
|
|
|
|
|
|
####################
|
|
|
|
# sonar-cxx-plugin #
|
|
|
|
####################
|
|
|
|
|
|
|
|
sonar.cxx.includeDirectories=/usr/include
|
|
|
|
sonar.cxx.file.suffixes=.cxx,.cpp,.cc,.c,.hxx,.hpp,.hh,.h
|
|
|
|
|
|
|
|
#######################
|
|
|
|
# sonar-gitlab-plugin #
|
|
|
|
#######################
|
|
|
|
|
|
|
|
sonar.gitlab.failure_notification_mode=exit-code
|
|
|
|
sonar.gitlab.merge_request_discussion=true
|
|
|
|
sonar.gitlab.project_id=103
|