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

[fix] search for "exit" more accurately #25

Closed JocelynDelalande closed 7 years ago

JocelynDelalande commented 7 years ago

Currently, any occurence of the "exit" string is considered as a use of the exit shell function. While my solution is still clumsy (we should be using a bash parser), I think it's a bit less clumsy, it triggers less false positives :)