Skip to content

Commit 66260c8

Browse files
committed
Add sonar project and values to pyproject.toml
1 parent 784f614 commit 66260c8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@ fail-under = 7.0
6363
max-line-length = 88
6464
max-module-lines = 800
6565

66-
6766
[[tool.mypy.overrides]]
6867
module = [
6968
"test.unit.*",
7069
"test.integration.*",
7170
]
7271
ignore_errors = true
72+
73+
[tool.sonar]
74+
projectKey = "com.exasol:error-reporting-python"
75+
hostUrl = "https://sonarcloud.io"
76+
organization = "exasol"

0 commit comments

Comments
 (0)