package_linter/README.md

620 B

YunoHost apps package linter

Linter for YunoHost applications packages

Use

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

Checks

  • Check missing files
  • Check manifest
  • syntax
  • missing fields
  • missing type
  • (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