Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
6a162d3e
Commit
6a162d3e
authored
Jan 10, 2023
by
Thibaut ROMAIN
Browse files
Update sonar-project.properties according to 8.9 LTS changes
parent
9c829f74
Pipeline
#12094
canceled with stages
in 10 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sonar-project.properties
View file @
6a162d3e
...
...
@@ -4,17 +4,14 @@ sonar.links.homepage="https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb"
sonar.links.scm
=
"https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb.git"
sonar.links.ci
=
"https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb/pipelines"
sonar.sourceEncoding
=
UTF-8
#sonar.language=cxx
sonar.projectBaseDir
=
.
sonar.sources
=
Modules
sonar.cxx.includeDirectories
=
Modules
sonar.exclusions
=
"Modules/ThirdParty/**"
sonar.coverage.exclusions
=
"Modules/*/*/test/*.*"
sonar.cxx.suffixes.sources
=
.cpp,.cxx,.txx,.cc,.c
sonar.cxx.suffixes.headers
=
.hxx,.h
sonar.cxx.file.suffixes
=
.cpp,.cxx,.txx,.cc,.c,.hxx,.h
# Commented because the relative paths are not analyzed correctly
#sonar.cxx.jsonCompilationDatabase=build/compile_commands.json
sonar.cxx.compiler.parser
=
GCC
sonar.cxx.xunit.reportPath
=
build/ctest_report.xml
sonar.cxx.coverage.reportPath
=
build/coverage_report.xml
sonar.cxx.cppcheck.reportPath
=
build/cppcheck_report.xml
sonar.cxx.xunit.reportPaths
=
build/ctest_report.xml
sonar.cxx.coverage.reportPaths
=
build/coverage_report.xml
sonar.cxx.cppcheck.reportPaths
=
build/cppcheck_report.xml
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment