Linter for YunoHost applications packages
Find a file
2016-01-25 17:04:46 +01:00
.gitignore First commit. 2016-01-25 12:52:18 +01:00
LICENSE First commit. 2016-01-25 12:52:18 +01:00
package_checker.py Fix scripts paths. 2016-01-25 13:11:18 +01:00
README.md Add license in readme. 2016-01-25 17:04:46 +01:00

YunoHost apps package checker

Checker for YunoHost applications packages

Use

git clone https://github.com/YunoHost/package_checker
cd package_checker
git clone https://github.com/<account>/<app>_ynh
./package_checker.py <app>_ynh

Checks

  • Check missing files
  • Check manifest
  • syntax
  • missing fields
  • (field value)
  • Check scripts
  • check bash header is present
  • check no sources are retrieve from internet via wget or curl for security reason
  • warn missing sudo before commands
  • make sure verifications are done before modifications on the system

License

  • GNU GPLv3