mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
6cf678a4fc
Codeclimate is [integrated](https://docs.gitlab.com/ee/ci/testing/code_quality.html#customizing-scan-settings) into GitLab. Thus the UI is more intuitive from the web gui.
12 lines
116 B
YAML
12 lines
116 B
YAML
---
|
|
version: "2"
|
|
plugins:
|
|
pylint:
|
|
enabled: true
|
|
|
|
shellcheck:
|
|
enabled: true
|
|
|
|
bandit:
|
|
enabled: true
|