From 1bd07ed1ca589abf76cb62898d496b55192bf261 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Apr 2020 11:06:30 +0100 Subject: [PATCH] Document static analysis --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fd6eae83..4f2d3b7c 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,14 @@ systemctl restart nginx 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 To run the unit tests: