From 96e13b9cd6213d5d344181ce80b789faafcc3d5c Mon Sep 17 00:00:00 2001 From: "Nicolas. S" Date: Sat, 25 Mar 2023 22:29:32 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'pylint.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pylint.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pylint.yml b/pylint.yml index 86f1660..3bed875 100644 --- a/pylint.yml +++ b/pylint.yml @@ -18,8 +18,4 @@ jobs: pip install pylint pip install pylint-fail-under - name: Analysing the code with pylint - run: | - find . -name '*.py' -exec pylint {} \; - - name: Analyse code - run: | - for file in $(find -name '*.py'); do pylint "$file" --fail-under=7.0; done + run: find . -type f -name "*.py" | xargs pylint