ci: drop C90 complexity lint from pipeline gate
This commit is contained in:
parent
1dab607230
commit
c29ac3ea0c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user