1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 12:20:12 +02:00

ci: enable code climate debug mode

This commit is contained in:
proletarius101 2024-02-13 00:07:05 +08:00
parent 14eca1cd7e
commit 6ec2a9e7bd

View File

@ -238,6 +238,8 @@ lint_format_safety_checks:
code_quality: code_quality:
variables:
CODECLIMATE_DEBUG: 1
rules: rules:
- if: $CODE_QUALITY_DISABLED - if: $CODE_QUALITY_DISABLED
when: never when: never