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

Test new behaviour of pylint by setting fail-under=7. See #30.

parent 2981b39d
Branches
Tags
2 merge requests!12v.0.1 for alpha release,!8First OOP implementation of tagplot.py.
Pipeline #725139 passed
...@@ -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=8.5 # Find all python files and check the code with pylint. script: find . -type f -name '*.py' | xargs pylint -rn --fail-under=7 # 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