Skip to content
Snippets Groups Projects
Commit 2e580b04 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

include local_settings for linter

parent b35bccfd
No related branches found
No related tags found
1 merge request!336Pylint checks
Pipeline #45621 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment