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 showed path in 'bind_public_ip' message #142

Closed OniriCorpe closed 6 months ago

OniriCorpe commented 6 months ago

Problem

since #141, bind_public_ip returns unnecessarily long (and confusing) path: /tmp/package_check.O22Mlb/app_folder/conf/server.toml:5

Solution

fix this by showing the path from the app folder:

conf/blah:1
conf/test/bleh:1

PR checklist