Skip to content
Snippets Groups Projects

DOC: code gallery

Merged Daniel Hornung requested to merge f-doc-code-gallery into dev
All threads resolved!
Files
2
+ 4
4
@@ -40,18 +40,18 @@ code_style:
tags: [ docker ]
stage: code_style
script:
- pycodestyle --count ./
- make style
allow_failure: true
# pylint tests for pycaosdb
pylint:
tags: [ docker ]
stage: linting
script:
- pylint --unsafe-load-any-extension=y -d all -e E,F src/caosdb/common
- make lint
allow_failure: true
# pylint tests for pycaosdb
# run tests
test:
tags: [ docker ]
stage: test
Loading