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

False error "ynh_abort_if_errors is missing" #36

Closed maniackcrudelis closed 5 years ago

maniackcrudelis commented 6 years ago

Sometimes, Package linter says "ynh_abort_if_errors is missing." even if ynh_abort_if_errors is in the script.

See here and here for example.

alexAubin commented 5 years ago

I believe this is due to the library we use, shlex, to have completely fucked up behaviors. Should be fixed by https://github.com/YunoHost/package_linter/pull/43

alexAubin commented 5 years ago

Closing the issue because i'll forget later :|