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

ci: disable linters we didn't use

This commit is contained in:
proletarius101 2024-02-12 16:12:03 +08:00
parent a895f9e11c
commit 7525e88d14

View File

@ -9,3 +9,10 @@ plugins:
bandit:
enabled: true
# Disable as they are not among the array of linters we used previously
duplication:
enabled: false
structure:
enabled: false