mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 18:31:15 +00:00
fix shellcheck success / failure messages
This commit is contained in:
parent
bf448a1eaa
commit
5e682d1a43
@ -113,7 +113,7 @@ fi
|
|||||||
|
|
||||||
# print a message based on the result
|
# print a message based on the result
|
||||||
if [ $res -eq 0 ]; then
|
if [ $res -eq 0 ]; then
|
||||||
echo 'Congratulations! All shell files are passing lint (excluding those in hack/.shellcheck_failures).'
|
echo 'Congratulations! All shell files are passing lint :-)'
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
echo
|
echo
|
||||||
@ -121,7 +121,7 @@ else
|
|||||||
echo 'If the above warnings do not make sense, you can exempt this warning with a comment'
|
echo 'If the above warnings do not make sense, you can exempt this warning with a comment'
|
||||||
echo ' (if your reviewer is okay with it).'
|
echo ' (if your reviewer is okay with it).'
|
||||||
echo 'In general please prefer to fix the error, we have already disabled specific lints'
|
echo 'In general please prefer to fix the error, we have already disabled specific lints'
|
||||||
echo ' that the project chooses to ignire.'
|
echo ' that the project chooses to ignore.'
|
||||||
echo 'See: https://github.com/koalaman/shellcheck/wiki/Ignore#ignoring-one-specific-instance-in-a-file'
|
echo 'See: https://github.com/koalaman/shellcheck/wiki/Ignore#ignoring-one-specific-instance-in-a-file'
|
||||||
echo
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
|
Loading…
Reference in New Issue
Block a user