Skip to content
Snippets Groups Projects
Commit 7dcbd1e5 authored by nugget's avatar nugget
Browse files

Adjust pylint pipeline to ignore /docs/source/conf.py.

parent a8c1f9d7
No related branches found
No related tags found
3 merge requests!12v.0.1 for alpha release,!11Draft: Merge version0.1 changes into dev,!10Version0.1
Pipeline #739485 passed
......@@ -48,7 +48,7 @@ PEP8:
Pylint:
stage: linting
# allow_failure: true
script: find . -type f -name '*.py' | xargs pylint -rn --fail-under=9 --ignore='docs/source/conf.py' # Find all python files and check the code with pylint.
script: find . -type f -name '*.py' | xargs pylint -rn --rcfile='plotid/.pylintrc' # Find all python files and check the code with pylint.
test:
stage: testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment