Updated SonarQube properties.
This commit is contained in:
@@ -1 +1,14 @@
|
||||
sonar.projectKey=rinoa-docker
|
||||
|
||||
# Source directories to analyze
|
||||
sonar.sources=.
|
||||
|
||||
# Include only YAML and Docker-related files
|
||||
sonar.inclusions=**/*.yaml,**/*.yml,**/Dockerfile,**/*.docker
|
||||
|
||||
# Language-specific configuration (if required)
|
||||
sonar.lang.patterns=generic=**/*.yaml,**/*.yml,**/Dockerfile,**/*.docker
|
||||
|
||||
# Optional: Enable specific quality profiles for clean code practices
|
||||
sonar.qualitygate.wait=true
|
||||
sonar.qualitygate=Clean Code
|
||||
Reference in New Issue
Block a user