First draft of a sonarcloud properties file
This commit is contained in:
parent
6053a91ef8
commit
c31a7f9648
22
.sonarcloud.properties
Normal file
22
.sonarcloud.properties
Normal file
@ -0,0 +1,22 @@
|
||||
# Path to sources
|
||||
sonar.sources = src/
|
||||
# sonar.exclusions=
|
||||
# sonar.inclusions=
|
||||
|
||||
# Path to tests
|
||||
sonar.tests = tests/
|
||||
# sonar.test.exclusions=
|
||||
# sonar.test.inclusions=
|
||||
|
||||
# Source encoding
|
||||
# sonar.sourceEncoding=
|
||||
|
||||
# Exclusions for copy-paste detection
|
||||
# sonar.cpd.exclusions=
|
||||
|
||||
# Python version (for python projects only)
|
||||
# sonar.python.version=
|
||||
|
||||
# C++ standard version (for C++ projects only)
|
||||
# If not specified, it defaults to the latest supported standard
|
||||
# sonar.cfamily.reportingCppStandardOverride=c++98|c++11|c++14|c++17|c++20
|
Loading…
Reference in New Issue
Block a user