mirror of
https://github.com/YunoHost-Apps/slingcode_ynh.git
synced 2024-09-03 20:25:55 +02:00
Fix linter warnings
This commit is contained in:
parent
dcf169ab69
commit
7cb5e395ba
3 changed files with 2 additions and 6 deletions
|
@ -17,9 +17,6 @@
|
|||
incorrect_path=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Levels
|
||||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
||||
Level 5=auto
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
|
|
|
@ -17,4 +17,3 @@ location __PATH__/ {
|
|||
#include conf.d/yunohost_panel.conf.inc;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "eric_G",
|
||||
"email": "ericgaspar@free.fr"
|
||||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 3.8.0"
|
||||
"yunohost": ">= 3.8.1"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue