From eae9ba7d8683bfb9612b7897eaba78daec88e68b Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 17 Aug 2017 16:24:29 -0700 Subject: [PATCH] only lint for python errors --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be1b6f5d..8f57619b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ stages: linting_python: stage: test script: - - pylint app/*.py + - pylint -E app/*.py only: - /.*/ tags: