From 8c50c8dcaa75494af891c0e8a2020cb374e14076 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Oct 2023 05:05:35 +0200 Subject: [PATCH 1/3] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 1 + 1 file changed, 1 insertion(+) diff --git a/quality/inspections.md b/quality/inspections.md index 37268ba..e10d2c8 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -119,6 +119,7 @@ Tools used for the code inspection are: * PHPStan * Jasmine * PHPCS +* Rector * Custom scripts/tools These tools are all installed by running the `setup.sh` script from the Build repository. From 4464b5b2c818c8aa9e9503f98a5eaeee2172b4e2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Oct 2023 05:12:54 +0200 Subject: [PATCH 2/3] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quality/inspections.md b/quality/inspections.md index e10d2c8..17656fa 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -15,12 +15,14 @@ The following automated tests must pass without errors, failures and warnings fo * `./cOMS/tests/test.sh` * see [other checks](#other-checks) below -Alternatively you can simply run the helper script in the Build repository, which executes all the above mentioned checks: +Alternatively you can simply run the helper script in the Build repository, which executes a few the above mentioned checks: ```sh ./Build/Helper/inspectproject.sh ``` +An overview of all tests and statistics can be found at https://dev.jingga.app. + > Manual tests and inspections may reveal further issues during the review process requiring additional code changes ## How and what to test? From 72c71b9f529fceb5fc8eca264907ded4a518646a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 3 Oct 2023 05:13:53 +0200 Subject: [PATCH 3/3] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality/inspections.md b/quality/inspections.md index 17656fa..d732284 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -21,7 +21,7 @@ Alternatively you can simply run the helper script in the Build repository, whic ./Build/Helper/inspectproject.sh ``` -An overview of all tests and statistics can be found at https://dev.jingga.app. +An overview of all tests and statistics can be found at https://dev.jingga.app. Navigate to the ./src directory and then open the ./src/**/build directory of the respective repository. > Manual tests and inspections may reveal further issues during the review process requiring additional code changes