kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
disable some linter rule to avoid noise on the api lint process (#2346)
rodzic
1e6e6923d2
commit
2f0b342866
|
@ -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
|
||||
|
|
|
@ -11,4 +11,5 @@ lint:
|
|||
--jobs=$(CPU_CORES) \
|
||||
--output-format=colorized \
|
||||
--recursive=true \
|
||||
--disable=C,R,W,I \
|
||||
config funkwhale_api tests
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
disable some linter rule to avoid noise on the api lint process (#2346)
|
Ładowanie…
Reference in New Issue