1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-21 04:10:37 +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:
variables:
CODECLIMATE_DEBUG: 1
rules:
- if: $CODE_QUALITY_DISABLED
when: never