Skip to content
Snippets Groups Projects

Draft: Merge version0.1 changes into dev

Closed Hock, Martin requested to merge version0.1 into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading