Skip to content

Commit

Permalink
Add SonarCloud configuration (#2230)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
cutwater authored Aug 19, 2024
1 parent ec75780 commit 5eead48
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ include galaxy_ng/tests/integration/utils/gpg/collection_sign.sh
include galaxy_ng/tests/integration/utils/gpg/qe-sign-priv.gpg
include galaxy-operator/bin/readyz.py
exclude .coveragerc
exclude sonar-project.properties
23 changes: 23 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Complete documentation with many more options at:
# https://docs.sonarqube.org/latest/analysis/analysis-parameters/

## The unique project identifier. This is mandatory.
# Do not duplicate or reuse!
# Available characters: [a-zA-Z0-9_:\.\-]
# Must have least one non-digit.
# Recommended format: <group>:<project>
sonar.projectKey = ansible_galaxy_ng
sonar.organization = ansible

# Verbose name of project displayed in WUI. Default is set to the projectKey. This field is optional.
sonar.projectName = galaxy_ng
# Version of project. This field is optional.
#sonar.projectVersion = 1.0

sonar.sources = galaxy_ng
sonar.exclusions = galaxy_ng/tests/**/*

sonar.tests = galaxy_ng/tests

sonar.python.version = 3.9,3.10,3.11

0 comments on commit 5eead48

Please sign in to comment.