# YunoHost apps package linter Linter for YunoHost applications packages ## Use ```bash git clone https://github.com/YunoHost/package_linter cd package_linter git clone https://github.com//_ynh ./package_linter.py _ynh ``` ## Checks * Check missing files * Check manifest * syntax * missing fields * missing type * (field value) * Check scripts * check bash header is present * warn missing sudo before commands * make sure verifications are done before modifications on the system * check non usage of helpers and propose them ## License * GNU GPLv3