mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Ignore ynh_clean_setup
This commit is contained in:
parent
04e7e8483d
commit
ed94d226bb
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ CHECK_TEMPLATE () {
|
||||||
template_output="$(echo "$template_output" | sed '/find_mails/d')"
|
template_output="$(echo "$template_output" | sed '/find_mails/d')"
|
||||||
# And at_least_one, part of ynh_get_scalable_phpfpm
|
# And at_least_one, part of ynh_get_scalable_phpfpm
|
||||||
template_output="$(echo "$template_output" | sed '/at_least_one/d')"
|
template_output="$(echo "$template_output" | sed '/at_least_one/d')"
|
||||||
|
# Remove ynh_clean_setup, an official helper defined only in comment into official helpers
|
||||||
|
template_output="$(echo "$template_output" | sed '/at_least_one/d')"
|
||||||
show_error "Do not use specific functions aside of ynh helpers." "Keep your code linear directly into the scripts to ease the reading of your scripts"
|
show_error "Do not use specific functions aside of ynh helpers." "Keep your code linear directly into the scripts to ease the reading of your scripts"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue