mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
Report using --others_var as deprecated (as info)
This commit is contained in:
parent
08ff7404be
commit
5b455de1bd
1 changed files with 3 additions and 0 deletions
|
@ -1428,6 +1428,9 @@ class Script(TestSuite):
|
|||
"apps.. Also beware that option -f is obsolete as well... "
|
||||
"Use grep -q 'id: $appname' to check a specific app is installed"
|
||||
)
|
||||
if self.contains("--others_var"):
|
||||
yield Info("Option --others_var is deprecated / irrelevant since 4.2, Yunohost now manages conf using ynh_add_config which automatically replace all __FOOBAR__ by $foobar")
|
||||
|
||||
|
||||
@test()
|
||||
def set_is_public_setting(self):
|
||||
|
|
Loading…
Reference in a new issue