mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
makes level 8 disqualification explicit (#147)
This commit is contained in:
parent
32fb8d4049
commit
9eb04be676
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ class App(TestSuite):
|
||||||
]
|
]
|
||||||
):
|
):
|
||||||
_print(
|
_print(
|
||||||
" In the catalog, the app is flagged as not maintained / deprecated / alpha or replaced by another app"
|
" In the catalog, the app is flagged as not maintained / deprecated / alpha or replaced by another app, therefore does not qualify for level 8"
|
||||||
)
|
)
|
||||||
elif (
|
elif (
|
||||||
"qualify_for_level_7" in successes
|
"qualify_for_level_7" in successes
|
||||||
|
|
Loading…
Reference in a new issue