disable some linter rule to avoid noise on the api lint process (#2346)

merge-requests/2358/merge
petitminion 2024-10-21 11:06:43 +00:00
rodzic 1e6e6923d2
commit 2f0b342866
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -175,6 +175,7 @@ lint_api:
- changes: [api/**/*]
image: $CI_REGISTRY/funkwhale/ci/python-funkwhale-api:3.11
cache: *api_cache
before_script:
- cd api
- make install

Wyświetl plik

@ -11,4 +11,5 @@ lint:
--jobs=$(CPU_CORES) \
--output-format=colorized \
--recursive=true \
--disable=C,R,W,I \
config funkwhale_api tests

Wyświetl plik

@ -0,0 +1 @@
disable some linter rule to avoid noise on the api lint process (#2346)