From 9eb04be676adfe7fc7f858bf31c5a47ebbbeae1a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 19 May 2024 18:42:12 +0200 Subject: [PATCH] makes level 8 disqualification explicit (#147) --- package_linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_linter.py b/package_linter.py index 78fc99e..4818b75 100755 --- a/package_linter.py +++ b/package_linter.py @@ -528,7 +528,7 @@ class App(TestSuite): ] ): _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 ( "qualify_for_level_7" in successes