Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -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 Loading