2024-02-05 13:46:30 +01:00
|
|
|
|
sonar.organization=dismine
|
2016-12-19 10:58:20 +01:00
|
|
|
|
# must be unique in a given SonarQube instance
|
2020-01-31 18:00:55 +01:00
|
|
|
|
sonar.projectKey=dismine_valentina
|
2016-12-19 10:58:20 +01:00
|
|
|
|
sonar.projectName=Valentina
|
2024-02-05 13:46:30 +01:00
|
|
|
|
sonar.projectVersion=0.7.52
|
2016-12-19 10:58:20 +01:00
|
|
|
|
sonar.projectDescription=
|
|
|
|
|
Valentina is a cross-platform patternmaking program which allows designers
|
|
|
|
|
to create and model patterns of clothing. This software allows pattern
|
|
|
|
|
creation, using either standard sizing tables or an individual’s set of
|
|
|
|
|
measurements. It blends new technologies with traditional methods to create
|
|
|
|
|
a unique pattern making tool.
|
2024-02-05 13:46:30 +01:00
|
|
|
|
|
2016-12-19 10:58:20 +01:00
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
|
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
|
|
|
|
|
|
# exclude qt created files
|
2019-02-18 14:52:32 +01:00
|
|
|
|
sonar.exclusions=**/ui_*.h, **/qrc_*.cpp, **/moc_*.cpp
|
|
|
|
|
|
|
|
|
|
sonar.test.exclusions=src/test/**/*
|
2016-12-19 10:58:20 +01:00
|
|
|
|
|
|
|
|
|
# The build-wrapper output dir
|
2024-02-05 13:46:30 +01:00
|
|
|
|
sonar.cfamily.build-wrapper-output=bw-output
|
2024-04-15 15:31:19 +02:00
|
|
|
|
sonar.cfamily.reportingCppStandardOverride=c++20
|
2016-12-19 10:58:20 +01:00
|
|
|
|
|
2017-03-17 19:11:55 +01:00
|
|
|
|
sonar.sources=src
|
2019-02-18 14:52:32 +01:00
|
|
|
|
|
2024-02-05 13:46:30 +01:00
|
|
|
|
sonar.host.url=https://sonarcloud.io
|
|
|
|
|
sonar.links.homepage=https://smart-pattern.com.ua/
|
|
|
|
|
sonar.links.scm=https://gitlab.com/smart-pattern/valentina
|
|
|
|
|
sonar.links.issue=https://gitlab.com/smart-pattern/valentina/-/issues
|