From dca71ca0810abb9826f7b15c6d2b49b695a8bd91 Mon Sep 17 00:00:00 2001 From: JWM Date: Mon, 6 Oct 2025 09:56:40 +0200 Subject: [PATCH] Fix README by adding the min values to Coverity checker example since min and max are required --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 15fa558..b944f5e 100644 --- a/README.rst +++ b/README.rst @@ -232,20 +232,23 @@ Below is an example configuration for the Coverity checker: coverity: enabled: true unclassified: + min: 0 max: 0 pending: + min: 0 max: 0 bug: min: 2 max: 2 false_positive: + min: 0 max: -1 intentional: + min: 0 max: -1 As you can see, we have configured limits for 5 out of 5 Coverity Classifications. You can configure a minimum and a maximum limit for the number of allowed Coverity defects that belong to the Classification. -The default value for both limits is 0. A value of `-1` for `max` corresponds to effectively no limit (an infinite amount). If one or more Classifications are missing from your configuration, the Coverity defects are counted and 0 are allowed. To ignore certain classifications, modify the value for