forked from indymedia/epicyon
Document static analysis
parent
bbd4911135
commit
1bd07ed1ca
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue