1 parent d5a83f6 commit e6d6015Copy full SHA for e6d6015
1 file changed
test/static.sh
@@ -13,7 +13,7 @@ shellcheck --version
13
14
# Check shell scripts in bin and src directories
15
echo "Checking shell scripts..."
16
-find bin src -name "*.sh" -type f 2>/dev/null | while read -r file; do
+find src -name '*.sh' -type f | while read -r file; do
17
echo "Checking $file"
18
shellcheck "$file"
19
done
@@ -33,4 +33,4 @@ find src -name "*.zsh" -type f | while read -r file; do
33
zsh -n "$file"
34
35
36
-echo "All static analysis tests passed!"
+echo "All static analysis tests passed!"
0 commit comments