mirror of
https://github.com/YunoHost/package_linter.git
synced 2024-09-03 20:06:12 +02:00
[mod] readme: update information.
This commit is contained in:
parent
9f30350c99
commit
78f9d30950
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Linter for YunoHost applications packages
|
Linter for YunoHost applications packages
|
||||||
|
|
||||||
## Use
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/YunoHost/package_linter
|
git clone https://github.com/YunoHost/package_linter
|
||||||
|
@ -20,11 +20,10 @@ git clone https://github.com/<account>/<app>_ynh
|
||||||
* missing type
|
* missing type
|
||||||
* (field value)
|
* (field value)
|
||||||
* Check scripts
|
* Check scripts
|
||||||
* check bash header is present
|
|
||||||
* warn missing sudo before commands
|
* warn missing sudo before commands
|
||||||
* make sure verifications are done before modifications on the system
|
* make sure verifications are done before modifications on the system
|
||||||
* check non usage of helpers and propose them
|
* check non usage of helpers and propose them
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
* GNU GPLv3
|
* GNU AGPLv3
|
||||||
|
|
Loading…
Reference in a new issue