Skip to content

Commit

Permalink
chore(sonarqube): metas
Browse files Browse the repository at this point in the history
  • Loading branch information
helmut-hoffer-von-ankershoffen committed Dec 25, 2024
1 parent dea9820 commit 26b6e8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ filename = "pyproject.toml"
[[tool.bumpversion.files]]
filename = "VERSION"

[[tool.bumpversion.files]]
filename = "sonar-project.properties"

[tool.git-cliff.remote.github]
owner = "helmut-hoffer-von-ankershoffen"
repo = "starbridge"
Expand Down
7 changes: 6 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
sonar.projectKey=helmut-hoffer-von-ankershoffen_starbridge
sonar.organization=helmut-hoffer-von-ankershoffen
sonar.projectDescription="Integrates Claude Desktop with Google and Atlassian workspaces"
sonar.projectVersion=0.0.47
sonar.projectDescription=Integrates Claude Desktop with Google and Atlassian workspaces
sonar.projectTags=anthropic,atlassian,bump-my-version,claude,codecov,confluence,cyclonedx,devcontainer,docker,docker-compose,gitbook,github-actions,git-cliff,google-drive,jira,logfire,mcp,nox,opentelemetry,pre-commit,pydantic,pytest,pytest-asyncio,pytest-cov,pytest-docker,pytest-env,pytest-xdist,renovate,ruff,sonarqube,typer,uv
sonar.links.homepage=https://helmuthva.gitbook.io/starbridge
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/starbridge
sonar.links.ci=https://github.com/helmut-hoffer-von-ankershoffen/starbridge/actions
sonar.links.issues=https://github.com/helmut-hoffer-von-ankershoffen/starbridge/issues
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.11, 3.12, 3.13
sonar.coverage.exclusions=src/starbridge/instrumentation/**, tests/**, noxfile.py, sitecustomize.py, node_modules/**

0 comments on commit 26b6e8a

Please sign in to comment.