We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56ab8c commit 6631ca5Copy full SHA for 6631ca5
1 file changed
src/usethis/_integrations/sonarqube/config.py
@@ -32,7 +32,7 @@ def get_sonar_project_properties() -> str:
32
id_keys=["tool", "usethis", "sonarqube", "project-key"]
33
)
34
except (FileNotFoundError, KeyError):
35
- msg = "Could not find SonarQube project key at 'usethis.tool.sonarqube.project-key' in 'pyproject.toml'."
+ msg = "Could not find SonarQube project key at 'tool.usethis.sonarqube.project-key' in 'pyproject.toml'."
36
raise MissingProjectKeyError(msg)
37
_validate_project_key(project_key)
38
0 commit comments