Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Philipp Schubert
SyConn
Commits
89e04db8
Commit
89e04db8
authored
Feb 10, 2020
by
Philipp Schubert
Browse files
minor changes
parent
22003a08
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
89e04db8
...
...
@@ -54,7 +54,7 @@ pylint:
-
pip install pylint pylint-exit anybadge
script
:
-
mkdir ./pylint
-
pylint --ignore=ui --ignore=batchjob_scripts --output-format=text syconn | tee ./pylint/pylint.log || pylint-exit $?
-
pylint --ignore=ui --ignore=batchjob_scripts
--ignore=cnn
--output-format=text syconn | tee ./pylint/pylint.log || pylint-exit $?
-
PYLINT_SCORE=$(sed -n 's/^Your code has been rated at \([-0-9.]*\)\/.*/\1/p' ./pylint/pylint.log)
-
anybadge --label=Pylint --file=pylint/pylint.svg --value=$PYLINT_SCORE 2=red 4=orange 8=yellow 10=green
-
echo "Pylint score is $PYLINT_SCORE"
...
...
README.md
View file @
89e04db8
[

](https://syconn.readthedocs.io/en/latest/?badge=latest)
[

](https://gitlab.mpcdf.mpg.de/pschuber/SyConn/commits/master)
[

](https://gitlab.mpcdf.mpg.de/pschuber/SyConn/commits/master)
[

](https://gitlab.mpcdf.mpg.de/pschuber/SyConn/-/jobs/artifacts/
dev
/raw/pylint/pylint.log?job=pylint)
[

](https://gitlab.mpcdf.mpg.de/pschuber/SyConn/-/jobs/artifacts/
master
/raw/pylint/pylint.log?job=pylint)
<img align="right" width="300"
src="./docs/_static/logo_SyConn.png">
<br/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment