From 8972afddb14b257e8a201198cd159489ff8162ed Mon Sep 17 00:00:00 2001 From: Nicolas Clerc Date: Tue, 11 Jun 2024 15:11:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8(ci)=20fix=20pylint=20ignore=20todo?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the branch names have changed, the CI job needs to be updated as well. --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84b9af60f..c7e77c901 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,14 +161,14 @@ jobs: - when: condition: not: - matches: { pattern: "^develop.+$", value: << pipeline.git.branch >> } + matches: { pattern: "^dev_/.+$", value: << pipeline.git.branch >> } steps: - run: name: Lint code with pylint command: ~/.local/bin/pylint joanie - when: condition: - matches: { pattern: "^develop.+$", value: << pipeline.git.branch >> } + matches: { pattern: "^dev_/.+$", value: << pipeline.git.branch >> } steps: - run: name: Lint code with pylint, ignoring TODOs