Skip to content
Snippets Groups Projects
Commit 04eaa707 authored by Hunter McConnell (rtm534)'s avatar Hunter McConnell (rtm534)
Browse files

Update .gitlab-ci.yml file with pylint-exit

parent a9f846f8
No related branches found
No related tags found
1 merge request!21pydtn agkmeans and version 1.0
Pipeline #10818 failed
......@@ -7,7 +7,8 @@ pylint:
stage: test
script:
- pip install pylint
- pylint --fail-under=9 pydtnsim examples
- pip install pylint-exit
- pylint pydtnsim examples || pylint-exit $?
pycodestyle:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment