From 9368136603513dde5757c4563d7c61e9f74f54cb Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sun, 25 Nov 2018 12:44:24 -0800 Subject: only pylint fail on errors --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3