From c29ac3ea0c4a89abe35aa98d5a39a044b23a793f Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 10 Apr 2026 05:29:16 -0300 Subject: [PATCH] ci: drop C90 complexity lint from pipeline gate --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0816667..439af08 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -106,7 +106,7 @@ spec: set -euo pipefail mkdir -p build python -m pip install --no-cache-dir -r requirements-dev.txt -python -m ruff check ariadne --select C90,PLR +python -m ruff check ariadne --select PLR python -m slipcover \ --json \ --out "${COVERAGE_JSON}" \