aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManlio Perillo <[email protected]>2023-04-29 16:58:10 +0200
committerManlio Perillo <[email protected]>2023-04-29 16:59:33 +0200
commit0dc6b457705ad45262be4fa5e0ca49cb03f3612c (patch)
tree19f4b604d95a4b9caa96eb051a3fc38fa6e159c6
parent11d2279f4fb736c701c23c6420cb82657e2e61f4 (diff)
downloadziglings-0dc6b457705ad45262be4fa5e0ca49cb03f3612c.tar.xz
ziglings-0dc6b457705ad45262be4fa5e0ca49cb03f3612c.zip
eowyn.sh: remove checking formatting one file at a time
This avoids unnecessary output. Also remove the comment, since the message to stdout makes it unnecessary.
-rwxr-xr-xpatches/eowyn.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh
index bc2fb7c..95b2a1c 100755
--- a/patches/eowyn.sh
+++ b/patches/eowyn.sh
@@ -45,13 +45,8 @@ do
fi
done
-# Test the correct formatting of the healed exercises.
echo "Looking for non-conforming code formatting..."
-for healed in patches/healed/*.zig
-do
- echo Check $(basename "$healed")
- zig fmt --check "$healed"
-done
+zig fmt --check patches/healed
# Test the healed exercises. May the compiler have mercy upon us.
zig build -Dhealed