From 4d9b1050c328de63be0562cea969d916ef5ac5f1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 31 Mar 2020 04:28:53 +0200 Subject: [PATCH] Idk, let's have this just as an info ... seems like not so many people are convinced by this --- package_linter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_linter.py b/package_linter.py index fbd226a..821234e 100755 --- a/package_linter.py +++ b/package_linter.py @@ -421,7 +421,7 @@ class App(): ) if argument["name"] == "is_public" and "help" not in argument.keys(): - print_warning( + print_warning_not_reliable( "Consider adding an 'help' key for argument 'is_public' " "to explain to the user what it means for *this* app " "to be public or private :\n"