Skip to content

a0kami/package_linter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 sources mangement
  • 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

About

Linter for YunoHost applications packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%