deprecation: Replace errors with warnings
Deprecated component is not an error, but instead should be a warning to the userpull/1779/head
parent
2500fe7dda
commit
e8dc0f7434
|
|
@ -1,3 +1,3 @@
|
|||
# shellcheck shell=bash
|
||||
_log_error '"docker-machine" is now deprecated, and as such the bash completion for it is also deprecated.
|
||||
_log_warning '"docker-machine" is now deprecated, and as such the bash completion for it is also deprecated.
|
||||
Please disable this completion.'
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
_log_error 'Bash completion for "drush" is now deprecated, as it used code with incompatible license.
|
||||
_log_warning 'Bash completion for "drush" is now deprecated, as it used code with incompatible license.
|
||||
Please disable this completion and use the instructions from "drush" developers instead.'
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
_log_error 'Bash completion for "homesick" is now deprecated, as it used unlicensed code.
|
||||
_log_warning 'Bash completion for "homesick" is now deprecated, as it used unlicensed code.
|
||||
Please disable this completion and use the instructions from "homesick" bash completion developers instead.'
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
_log_error 'Bash completion for "todo.txt-cli" is now deprecated, as it used code with incompatible license.
|
||||
_log_warning 'Bash completion for "todo.txt-cli" is now deprecated, as it used code with incompatible license.
|
||||
Please disable this completion and use the instructions from "todo.txt-cli" developers instead.'
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
_log_error 'Bash completion for "virsh" is now deprecated, as it used code with incompatible license.
|
||||
_log_warning 'Bash completion for "virsh" is now deprecated, as it used code with incompatible license.
|
||||
Please disable this completion and use the instructions from "virsh" developers instead.'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# shellcheck shell=bash
|
||||
cite about-plugin
|
||||
about-plugin 'Helpers to get Docker setup correctly for docker-machine'
|
||||
_log_error '"docker-machine" is now deprecated, and as such the plugin for it is also deprecated.
|
||||
_log_warning '"docker-machine" is now deprecated, and as such the plugin for it is also deprecated.
|
||||
Please disable this plugin.'
|
||||
|
|
|
|||
Loading…
Reference in New Issue