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

Update .gitlab-ci.yml file

Added pylint threshold
parent 8b6056fc
No related branches found
No related tags found
1 merge request!21pydtn agkmeans and version 1.0
Pipeline #10816 canceled
......@@ -7,7 +7,7 @@ pylint:
stage: test
script:
- pip install pylint
- pylint pydtnsim examples
- pylint --fail-under=9 pydtnsim examples
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