Linter for YunoHost applications packages
Find a file
2017-02-04 08:48:57 +01:00
.gitignore [mod] add vim swap file on gitignore. 2016-11-03 18:32:23 +01:00
LICENSE First commit. 2016-01-25 12:52:18 +01:00
package_linter.py [enh] add sources management copy/paste check. 2017-02-04 08:48:57 +01:00
README.md [enh] #17: check 'set -(e)u' usage on scripts. 2017-01-28 11:55:50 +01:00

YunoHost apps package linter

Linter for YunoHost applications packages

Usage

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
  • warn missing sudo before commands
  • make sure verifications are done before modifications on the system
  • check non usage of helpers and propose them
  • check 'set -eu' usage

License

  • GNU AGPLv3