Skip to content
Snippets Groups Projects
Commit 78b43d72 authored by Meisam Farzalipour Tabriz's avatar Meisam Farzalipour Tabriz
Browse files

update docs

parent 91e903f9
No related branches found
No related tags found
No related merge requests found
Pipeline #173862 passed
# This is a demo for integrating pylint results into GitLab. For more information see: # This is a demo for integrating pylint results into GitLab. For more information see:
# related Bits and Bytes article: [TODO: **BnB link**] # related Bits and Bytes article: https://docs.mpcdf.mpg.de/bnb/213.html
# GitLab documentation : https://docs.gitlab.com/ee/ci/testing/code_quality.html # GitLab documentation : https://docs.gitlab.com/ee/ci/testing/code_quality.html
# #
# pylint (python linter) : https://pylint.org # pylint (python linter) : https://pylint.org
...@@ -23,7 +23,7 @@ pylint: ...@@ -23,7 +23,7 @@ pylint:
codequality: codeclimate.json codequality: codeclimate.json
when: always when: always
tags: tags:
# run this job only on the runners with distributed cache # as we're caching the installed python packages, we must run this job only on the runners with distributed cache
- distributedcache - distributedcache
cache: cache:
when: always when: always
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
Pylint-GitLab integration demo repository. Checkout the [accompanying Bits & Bytes article](https://docs.mpcdf.mpg.de/bnb/213.html). Pylint-GitLab integration demo repository. Checkout the [accompanying Bits & Bytes article](https://docs.mpcdf.mpg.de/bnb/213.html).
See [GitLab CI configuration](https://gitlab.mpcdf.mpg.de/mpcdf/training/pylint/-/blob/main/.gitlab-ci.yml) for integration details. Changes in the Pylint output can be inspected in each [merge request](https://gitlab.mpcdf.mpg.de/mpcdf/training/pylint/-/merge_requests/1). See [GitLab CI configuration](https://gitlab.mpcdf.mpg.de/mpcdf/training/pylint/-/blob/main/.gitlab-ci.yml) for integration details. Changes in the Pylint output can be inspected in each [merge request](https://gitlab.mpcdf.mpg.de/mpcdf/training/pylint/-/merge_requests/2).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment