From e3be24f8256c21be4525e8abae623695c8bb7fb2 Mon Sep 17 00:00:00 2001 From: Andre Hofmeister <9199345+HofmeisterAn@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:48:02 +0100 Subject: [PATCH] chore: Remove Sonar findings; update PR template (#1069) --- .github/pull_request_template.md | 4 ---- Packages.props | 1 - build.cake | 2 +- src/Testcontainers.ActiveMq/Usings.cs | 1 - src/Testcontainers.Couchbase/CouchbaseBuilder.cs | 2 +- src/Testcontainers.RabbitMq/Usings.cs | 1 - src/Testcontainers.RavenDb/Usings.cs | 1 - src/Testcontainers.SqlEdge/Usings.cs | 1 - src/Testcontainers/Images/DockerImage.cs | 3 +-- 9 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 64cad0ceb..0b7ed8626 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,7 +1,3 @@ - - ## What does this PR do?