From bbc64b2eff6a3b89b67a1c08c224bb04ac831239 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Mar 2023 10:49:20 +1000 Subject: [PATCH] CI: explicitly add ei-proto to the ruff check --- .gitlab-ci.yml | 2 +- .gitlab-ci/ci.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28d9e65..c0f9cd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,7 +150,7 @@ python-ruff: - source venv/bin/activate - pip3 install ruff script: - - ruff check --ignore E741,E501 . + - ruff check --ignore E741,E501 . proto/ei-scanner # # Build distribution-specific images used by the jobs in the build stage diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 0c6fc5d..a12a7df 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -160,7 +160,7 @@ python-ruff: - source venv/bin/activate - pip3 install ruff script: - - ruff check --ignore E741,E501 . + - ruff check --ignore E741,E501 . proto/ei-scanner # # Build distribution-specific images used by the jobs in the build stage