Document static analysis

main
Bob Mottram 2020-04-05 11:06:30 +01:00
parent bbd4911135
commit 1bd07ed1ca
1 changed files with 8 additions and 0 deletions

View File

@ -186,6 +186,14 @@ systemctl restart nginx
If you are using the [Caddy web server](https://caddyserver.com) then see *caddy.example.conf* If you are using the [Caddy web server](https://caddyserver.com) then see *caddy.example.conf*
## Running Static Analysis
Static analysis can be run with:
``` bash
./static_analysis
```
## Running Unit Tests ## Running Unit Tests
To run the unit tests: To run the unit tests: