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

Use Shellcheck? #24

Closed M5oul closed 3 years ago

M5oul commented 7 years ago

https://github.com/koalaman/shellcheck

M5oul commented 7 years ago

https://hackaday.com/2017/03/29/lint-for-shell-scripters/

Jibec commented 6 years ago

Using shellcheck is a good idea, I personally use it online: https://www.shellcheck.net/ I'm unsure this should be inside the result of package_linter itself, but more as a distinct test result (it can talk a lot).

We also have to fix our errors in YunoHost's helpers.

Mickael-Martin commented 5 years ago

shellcheck exists as package : apt install shellcheck

alexAubin commented 3 years ago

Closing because hmpf, I'm not convinced we really need this, we should rather spend energy on switching to a declarative app format..