Commit d8034133 authored by Davide Ricci's avatar Davide Ricci
Browse files

Update .gitlab-ci.yml file

parent f73c59af
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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