aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-11-25 12:44:24 -0800
committerBryan Newbold <bnewbold@archive.org>2018-11-25 12:44:24 -0800
commit9368136603513dde5757c4563d7c61e9f74f54cb (patch)
tree215ad90cd03e19bb679c12923371bed0f3fd601a /.gitlab-ci.yml
parent5d86251aa32985c99c8e5941700728a796553c1f (diff)
downloadsandcrawler-9368136603513dde5757c4563d7c61e9f74f54cb.tar.gz
sandcrawler-9368136603513dde5757c4563d7c61e9f74f54cb.zip
only pylint fail on errors
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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: