From 0966b1db9c5c32788c92b544a3ee775e5912dabf Mon Sep 17 00:00:00 2001 From: Lou DeGenaro Date: Thu, 12 Sep 2024 07:54:37 -0400 Subject: [PATCH] Add sonar cloud info. Signed-off-by: Lou DeGenaro --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 086b8e3aa..9c1734b44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -200,6 +200,8 @@ make test-cov A PR without sufficient test coverage will fail the trestle CI process and will not be approved or merged. +Additional code scrutiny is applied in the trestle CI pipeline by [SonarCloud](https://sonarcloud.io/project/overview?id=compliance-trestle). Any failures must be addressed before code merging. + ### Code style and formating Python code should generally follow [PEP 8](https://peps.python.org/pep-0008/).