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] don't take comments into account #13

Closed Psycojoker closed 7 years ago

Psycojoker commented 7 years ago

Remove every comments from file content to avoid false positives.

M5oul commented 7 years ago

This break ✘ Script must start with "#!/bin/bash" check. I think it's a useless check. Do we really need to specify this header line?