Skip to content
Snippets Groups Projects
Commit a7bd3841 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Merge branch '59-py2-flake8_extended-faling' into 'master'

Remove py2-flake8_extended job

Closes #59

See merge request !91
parents 669ed2d4 47191938
No related branches found
No related tags found
1 merge request!91Remove py2-flake8_extended job
Pipeline #139448 passed
...@@ -91,11 +91,6 @@ py2-flake8: ...@@ -91,11 +91,6 @@ py2-flake8:
- .py2_rules - .py2_rules
- .py2-flake8 - .py2-flake8
py2-flake8_extended:
extends:
- .py2_rules
- .py2-flake8_extended
ddeploy: ddeploy:
extends: .ddeploy extends: .ddeploy
rules: rules:
......
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
.flake8_extended_template: .flake8_extended_template:
stage: .post stage: .post
before_script: before_script:
- ${PYTHON_VERSION} -m pip install flake8 flake8-isort flake8-builtins - ${PYTHON_VERSION} -m pip install flake8 flake8-isort flake8-builtins flake8-eradicate flake8-functions-names flake8-return flake8-functions
# The following flake8 extensions only work on python3
- ${PYTHON_VERSION} -m pip install flake8-eradicate flake8-functions-names flake8-return flake8-functions || true
script: ${PYTHON_VERSION} -m flake8 --max-line-length 120 --statistics --show-source . script: ${PYTHON_VERSION} -m flake8 --max-line-length 120 --statistics --show-source .
allow_failure: true allow_failure: true
...@@ -49,11 +47,6 @@ ...@@ -49,11 +47,6 @@
- .flake8_extended_template - .flake8_extended_template
- .py3_template - .py3_template
.py2-flake8_extended:
extends:
- .flake8_extended_template
- .py2_template
.py3-security: .py3-security:
extends: extends:
- .security_template - .security_template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment