From d80341339ee6fddbcb8d01dd0353c59ddd0b717c Mon Sep 17 00:00:00 2001 From: Davide Ricci Date: Wed, 18 Jun 2025 18:13:01 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c301244..5579a5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,9 +47,9 @@ validate_code: - echo "Formatting complete." # --- STEP 2: Lint the formatted code --- - - echo "Running pylint..." - - pylint --rcfile=.pylintrc --fail-on=E,F ${PYLINT_TARGETS}/sequencer.py - - echo "Pylint check complete." + #- echo "Running pylint..." + #- pylint --rcfile=.pylintrc --fail-on=E,F ${PYLINT_TARGETS}/sequencer.py + #- echo "Pylint check complete." artifacts: # Pass the formatted code to the commit job -- GitLab