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: ...@@ -7,7 +7,7 @@ pylint:
stage: test stage: test
script: script:
- pip install pylint - pip install pylint
- pylint pydtnsim examples - pylint --fail-under=9 pydtnsim examples
pycodestyle: pycodestyle:
stage: test 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