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

return 1 when a check failed #12

Closed Psycojoker closed 7 years ago

Psycojoker commented 7 years ago

Most CI tools except a check script to return 1 if there are errors, since linter doesn't return anything by not doing a sys.exit(1) (for example) it it's main, CI tools think everything is fine while it's not the case.

Example https://travis-ci.org/YunoHost-Apps/my_webapp_ynh