aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2020-01-31 19:12:56 -0700
committerTim Harder <radhermit@gmail.com>2020-01-31 19:12:56 -0700
commitfc21dba46340f55a19e6fc8c5f1e223f8c6e4655 (patch)
tree4ae97ff251a7d1738a47781d257b9133a79ca023 /doc
parentpkgcheck scan: use shorter value example for disabling cache usage (diff)
downloadpkgcheck-fc21dba46340f55a19e6fc8c5f1e223f8c6e4655.tar.gz
pkgcheck-fc21dba46340f55a19e6fc8c5f1e223f8c6e4655.tar.bz2
pkgcheck-fc21dba46340f55a19e6fc8c5f1e223f8c6e4655.zip
doc/config.rst: add reporter and cache usage setting config example
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst8
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