Skip to content
Snippets Groups Projects
Commit 2cdf882e authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: Enable analyze stage again in .gitlab-ci.yml again

parent 26bd3edf
No related branches found
No related tags found
No related merge requests found
...@@ -29,29 +29,29 @@ workflow: ...@@ -29,29 +29,29 @@ workflow:
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# Stage: analyze # Stage: analyze
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
# pylint: pylint:
# stage: analyze stage: analyze
# timeout: 2m timeout: 2m
# script: script:
# - pylint --rcfile=pylintrc *.py - pylint --rcfile=pylintrc *.py
#
# black: black:
# stage: analyze stage: analyze
# timeout: 2m timeout: 2m
# script: script:
# - black --diff --check *.py - black --diff --check *.py
#
# executable: executable:
# stage: analyze stage: analyze
# timeout: 2m timeout: 2m
# script: script:
# - (! find ! -executable -name "*.py" -exec echo "not executable:"" {}" \; | grep .) - (! find ! -executable -name "*.py" -exec echo "not executable:"" {}" \; | grep .)
#
# yamllint: yamllint:
# stage: analyze stage: analyze
# timeout: 2m timeout: 2m
# script: script:
# - yamllint -c .yamllint.yml *.yml .*.yml - yamllint -c .yamllint.yml *.yml .*.yml
# --------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------
......
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