From 2fcb2b081d4aaec32c4f7dca65cd3e0869e00606 Mon Sep 17 00:00:00 2001 From: weslambert Date: Mon, 2 May 2022 16:14:43 -0400 Subject: [PATCH] Update allowed complexity to 12 --- salt/sensoroni/files/analyzers/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/sensoroni/files/analyzers/pytest.ini b/salt/sensoroni/files/analyzers/pytest.ini index 5846d267d..e74b52dd1 100644 --- a/salt/sensoroni/files/analyzers/pytest.ini +++ b/salt/sensoroni/files/analyzers/pytest.ini @@ -5,7 +5,7 @@ exclude = */source-packages/, */__pycache__ show_source = true -max_complexity = 11 +max_complexity = 12 max_line_length = 200 statistics = true doctests = true