diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-11-25 12:44:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-11-25 12:44:24 -0800 |
commit | 9368136603513dde5757c4563d7c61e9f74f54cb (patch) | |
tree | 215ad90cd03e19bb679c12923371bed0f3fd601a | |
parent | 5d86251aa32985c99c8e5941700728a796553c1f (diff) | |
download | sandcrawler-9368136603513dde5757c4563d7c61e9f74f54cb.tar.gz sandcrawler-9368136603513dde5757c4563d7c61e9f74f54cb.zip |
only pylint fail on errors
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68495bc..7f927fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ test_python: - cd python - pipenv install --dev --deploy - pipenv run pytest --cov - - pipenv run pylint --disable bad-continuation,arguments-differ,unidiomatic-typecheck *.py + - pipenv run pylint -E *.py test_scalding: script: |