Remove not up-to-date README stuff

This commit is contained in:
Alexandre Aubin 2021-05-23 16:32:54 +02:00 committed by GitHub
parent d3403a701e
commit 10748bcaeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,31 +1,12 @@
# YunoHost apps package linter
Linter for YunoHost applications packages
Static analyzer that checks for common issues in Yunohost apps
## Usage
```bash
git clone https://github.com/YunoHost/package_linter
cd package_linter
git clone https://github.com/<account>/<app>_ynh
git clone https://github.com/<organization>/<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