Update inspections.md

Signed-off-by: Dennis Eichhorn <spl1nes.com@googlemail.com>
This commit is contained in:
Dennis Eichhorn 2023-10-03 05:12:54 +02:00 committed by GitHub
parent 8c50c8dcaa
commit 4464b5b2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?