disable some linter rule to avoid noise on the api lint process (#2346)
This commit is contained in:
parent
1e6e6923d2
commit
2f0b342866
|
@ -175,6 +175,7 @@ lint_api:
|
||||||
- changes: [api/**/*]
|
- changes: [api/**/*]
|
||||||
|
|
||||||
image: $CI_REGISTRY/funkwhale/ci/python-funkwhale-api:3.11
|
image: $CI_REGISTRY/funkwhale/ci/python-funkwhale-api:3.11
|
||||||
|
cache: *api_cache
|
||||||
before_script:
|
before_script:
|
||||||
- cd api
|
- cd api
|
||||||
- make install
|
- make install
|
||||||
|
|
|
@ -11,4 +11,5 @@ lint:
|
||||||
--jobs=$(CPU_CORES) \
|
--jobs=$(CPU_CORES) \
|
||||||
--output-format=colorized \
|
--output-format=colorized \
|
||||||
--recursive=true \
|
--recursive=true \
|
||||||
|
--disable=C,R,W,I \
|
||||||
config funkwhale_api tests
|
config funkwhale_api tests
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
disable some linter rule to avoid noise on the api lint process (#2346)
|
Loading…
Reference in New Issue