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
Branches
Tags
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:
Pylint:
stage: linting
# 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:
stage: testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment