aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: