YunoHost / package_linter

Linter for YunoHost applications packages
https://yunohost.org/#/packaging_apps
GNU Affero General Public License v3.0
17 stars 13 forks source link

Warn if yunohost requirement in manifest is lower than current YunoHost version ? #48

Closed alexAubin closed 5 years ago

alexAubin commented 5 years ago

I suspect many maintainer might not remember to update the version requirement in manifest.json ? We could try to warn if the maintainer if the version is significanty lower compared to yunohost current version ... (e.g. requirement says 3.2 but yunohost current version is 3.4)

Dunno if that's relevant, we could also consider that users should keep their install up to date :/

Mickael-Martin commented 5 years ago

For me this is make sense. Do you want a PR ?

alexAubin commented 5 years ago

PR got merged