From 2e580b041e910f3c4a375f52d7dce01d4b76d9b9 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Thu, 19 Aug 2021 15:17:56 +0200 Subject: [PATCH] include local_settings for linter --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53bce41e..4fb285cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -192,5 +192,6 @@ test_version_in_base_html: lint: <<: *test_definition script: + - cp "local_settings_ci_sqlite.py" "smash/smash/local_settings.py" - cd smash - pylint --rcfile=../.pylintrc --django-settings-module=smash.settings --load-plugins pylint_django web -- GitLab