mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 13:40:07 +02:00
Correct Mistakes - 4th try
This commit is contained in:
parent
c2cd9d66c3
commit
fd88801b4b
7
tests.sh
7
tests.sh
@ -54,7 +54,10 @@ f_test_shellcheck_version() {
|
|||||||
return "$(f_compare_version $G_SHELLCHECK_VERSION $version)"
|
return "$(f_compare_version $G_SHELLCHECK_VERSION $version)"
|
||||||
}
|
}
|
||||||
|
|
||||||
printf "Nano Version ok? %s" f_test_nano_version
|
printf "#################\n"
|
||||||
printf "Shellcheck Version ok? %s" f_test_shellcheck_version
|
printf "TESTS\n"
|
||||||
|
printf "#################\n"
|
||||||
|
printf "Nano Version ok? %s\n" "$(f_test_nano_version)"
|
||||||
|
printf "Shellcheck Version ok? %s\n" "$(f_test_shellcheck_version)"
|
||||||
# ....shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"
|
# ....shellcheck -f diff *.sh | git apply | git commit -a -m "Shellcheck fast corrections"
|
||||||
shellcheck -- *.sh
|
shellcheck -- *.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user