summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@archlinux.org>2020-11-11 23:02:40 +0100
committerJelle van der Waa <jelle@archlinux.org>2020-11-11 23:02:40 +0100
commit14d9d1fa1a6af287727ee2b8b39ba08c4e503eff (patch)
tree111aa5ee7ac448f71e1db3c5d5b854a2cf43ffec /.gitlab-ci.yml
parentfcc2d1bc07bd0f16aa4c9830618a86098d126369 (diff)
downloadarchweb-14d9d1fa1a6af287727ee2b8b39ba08c4e503eff.tar.gz
archweb-14d9d1fa1a6af287727ee2b8b39ba08c4e503eff.zip
Remove pylint lintingHEADmaster
flake8 replaces pylint for linting, as it's faster and nicer.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7c3da39..ceb0bc8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,13 +2,12 @@ image: archlinux/base
before_script:
- pacman -Syu --needed --noconfirm python-pip git
- - pip install pylint coverage flake8
+ - pip install coverage flake8
- pip install -r requirements.txt
- python manage.py collectstatic --noinput
lint:
script:
- - pylint devel main mirrors news packages releng templates todolists visualize *.py
- flake8 --exclude "*/migrations/" devel main mirrors news packages releng templates todolists visualize *.py
# TODO: https://docs.gitlab.com/ee/ci/junit_test_reports.html