mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
No more 'app' type
This commit is contained in:
parent
603d663c8d
commit
e15a959860
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ class Manifest(TestSuite):
|
|||
@test()
|
||||
def install_args(self):
|
||||
|
||||
recognized_types = ("domain", "path", "boolean", "app", "password", "user", "string", "display_text")
|
||||
recognized_types = ("domain", "path", "boolean", "password", "user", "string", "display_text")
|
||||
|
||||
for argument in self.manifest["arguments"].get("install", []):
|
||||
if not isinstance(argument.get("optional", False), bool):
|
||||
|
|
Loading…
Add table
Reference in a new issue