diff options
-rw-r--r-- | doc/config.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index 13bc9613..d9237bed 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -47,3 +47,11 @@ a custom timeout of 15 seconds:: [gentoo] net = timeout = 15 + +Example 5 +--------- +Use the JSON reporter by default for scanning output and disable all cache usage:: + + [DEFAULT] + reporter = JsonReporter + cache = no |