Skip to content
Snippets Groups Projects
Commit 0d70d719 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Disable sourcery check

Sourcery changed its license model to only be available for open source
projects with the free plan. According to the documentation, sourcery
should detect automatically whether it is running on an open source
repo. This does not work in our case, though. Disable it until we find a
way to correctly make it work.
parent 9be2c52b
No related branches found
No related tags found
1 merge request!369Disable sourcery check
Pipeline #93312 skipped with stage
...@@ -70,12 +70,16 @@ script_limit: ...@@ -70,12 +70,16 @@ script_limit:
--key before_script --key before_script
--key after_script --key after_script
sourcery: # FIXME: Find out how to correctly use sourcery with its new open source plan. According
extends: .analyze # to the documentation, the login step should be obsolete. Sourcery complains, however,
script: # that our code is closed-source, which is not true.
- cd scripts # See https://docs.sourcery.ai/Guides/Getting-Started/Command-Line/
- sourcery login --token $SOURCERY_TOKEN # sourcery:
- sourcery review --check --verbose *.py # extends: .analyze
# script:
# - cd scripts
# - sourcery login --token $SOURCERY_TOKEN
# - sourcery review --check --verbose *.py
yamllint: yamllint:
extends: .analyze extends: .analyze
......
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