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

Adjust runner so that pylint finds modules.

parent e5d98f18
No related branches found
No related tags found
4 merge requests!12v.0.1 for alpha release,!11Draft: Merge version0.1 changes into dev,!10Version0.1,!9Packaging
Pipeline #734605 failed
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
...@@ -48,7 +48,7 @@ PEP8: ...@@ -48,7 +48,7 @@ PEP8:
Pylint: Pylint:
stage: linting stage: linting
# allow_failure: true # allow_failure: true
script: find . -type f -name '*.py' | xargs pylint -rn --fail-under=9 # Find all python files and check the code with pylint. script: find src/plotid/ tests/ -type f -name '*.py' | xargs pylint -rn --fail-under=9 # Find all python files and check the code with pylint.
test: test:
stage: testing stage: testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment