diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c3012446bd5449ae9f665140fc732a6ec98f4645..5579a5fa64eb12a3ea6ac934fe0a91835d6f33aa 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