Commit c80bcf4
committed
feat(ci): enhance sonar-project.properties with comprehensive parameters
- Added explicit project name and version for UI clarity
- Defined source directories relative to project root
- Set source encoding to UTF-8 for consistent analysis
- Added exclusions for common non-source directories (.docs/, .git/)
- Enabled analysis of shell script files with appropriate language settings
:link: https://docs.sonarsource.com/sonarqube-cloud/advanced-setup/analysis-parameters/parameters-not-settable-in-ui
Configuration now provides more accurate and comprehensive analysis scope.1 parent 67f2bb2 commit c80bcf4
1 file changed
+12
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments