You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#TODO remove file, runShellcheckPullHooks is no also in run-shellcheck.sh
41
41
functionrunShellcheckPullHooks() {
42
42
if!(($#==1));then
43
43
logError "Exactly one parameter needs to be passed to runShellcheckPullHooks, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
Copy file name to clipboardExpand all lines: src/qa/run-shellcheck.sh
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -112,3 +112,21 @@ function runShellcheck() {
112
112
logSuccess "no shellcheck issues found, analysed %s files (%s symlinks skipped) in paths:\n%s""$fileCounter""$skipped""$runShellcheck_paths_as_string"
113
113
fi
114
114
}
115
+
116
+
functionrunShellcheckPullHooks() {
117
+
if!(($#==1));then
118
+
logError "Exactly one parameter needs to be passed to runShellcheckPullHooks, given \033[0;36m%s\033[0m\nFollowing a description of the parameters:""$#"
0 commit comments