We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be21405 commit 075c766Copy full SHA for 075c766
1 file changed
.sonarcloud.properties
@@ -2,12 +2,9 @@
2
# SonarCloud Automatic Analysis configuration
3
# https://docs.sonarsource.com/sonarqube-cloud/advanced-setup/automatic-analysis/
4
#
5
-# SonarCloud's automatic analysis (GitHub App, no CI workflow) reads THIS file,
6
-# not sonar-project.properties. Wildcard patterns are NOT supported here, so
7
-# all exclusion paths must be listed explicitly.
8
-#
9
-# sonar-project.properties is kept for documentation and as a fallback if
10
-# CI-based analysis is ever introduced.
+# SonarCloud's automatic analysis (GitHub App, no CI workflow) reads THIS file.
+# Wildcard patterns are NOT supported here, so all exclusion paths must be
+# listed explicitly.
11
# =============================================================================
12
13
sonar.sources=src/
0 commit comments