Skip to content
Snippets Groups Projects
Commit d8034133 authored by Davide Ricci's avatar Davide Ricci
Browse files

Update .gitlab-ci.yml file

parent f73c59af
No related branches found
No related tags found
No related merge requests found
Pipeline #29545 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment