diff options
| author | Manlio Perillo <[email protected]> | 2023-04-29 16:58:10 +0200 |
|---|---|---|
| committer | Manlio Perillo <[email protected]> | 2023-04-29 16:59:33 +0200 |
| commit | 0dc6b457705ad45262be4fa5e0ca49cb03f3612c (patch) | |
| tree | 19f4b604d95a4b9caa96eb051a3fc38fa6e159c6 | |
| parent | 11d2279f4fb736c701c23c6420cb82657e2e61f4 (diff) | |
| download | ziglings-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-x | patches/eowyn.sh | 7 |
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 |
