From 85a2243bb47aa2bff38eeae9e2a5c595b27f42ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 21 Nov 2020 15:33:52 +0100 Subject: [PATCH 1/3] Fix linter --- check_process | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/check_process b/check_process index 3c0e413..1d232cd 100644 --- a/check_process +++ b/check_process @@ -27,18 +27,8 @@ port_already_use=0 change_url=1 ;;; Levels - Level 1=auto - Level 2=auto - Level 3=auto -# Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it. -# If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well. - Level 4=0 + # If the level 5 (Package linter) is forced to 1. Please add justifications here. Level 5=auto - Level 6=auto - Level 7=auto - Level 8=0 - Level 9=0 - Level 10=0 ;;; Options Email= Notification=none From 4c1fc3a8728eaedb4aa98e6e06381be0c1bdde4f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 8 Dec 2020 14:24:23 +0100 Subject: [PATCH 2/3] Fix linter warnings --- check_process | 4 ---- scripts/upgrade | 7 ------- 2 files changed, 11 deletions(-) diff --git a/check_process b/check_process index 1d232cd..24496b8 100644 --- a/check_process +++ b/check_process @@ -23,12 +23,8 @@ #upgrade=1 from_commit=5f92cc818503d86aeb6920ccbba59eb91dc5423a backup_restore=1 multi_instance=1 - 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 diff --git a/scripts/upgrade b/scripts/upgrade index 0ae297c..4380df0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,13 +77,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # STANDARD UPGRADE STEPS #================================================= From c8e3d914131a47973d656a8ccc14935f17c77960 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 2 Mar 2021 18:18:59 +0100 Subject: [PATCH 3/3] Fix CI --- check_process | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/check_process b/check_process index 24496b8..af37812 100644 --- a/check_process +++ b/check_process @@ -7,7 +7,7 @@ ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - admin_name="john" (USER) + admin_name="package_checker" (USER) language="fr_FR" is_public=1 (PUBLIC|public=1|private=0) admin_pass="pass" @@ -25,6 +25,3 @@ multi_instance=1 port_already_use=0 change_url=1 -;;; Options -Email= -Notification=none