refactor: split pipeline code

This commit is contained in:
2022-10-20 16:57:33 +02:00
committed by Cyrille Nofficial
parent b50b54be34
commit 9918c8c413
3 changed files with 116 additions and 68 deletions

View File

@ -468,7 +468,7 @@ max-returns=6
max-statements=50
# Minimum number of public methods for a class (see R0903).
min-public-methods=2
min-public-methods=1
[STRING]