mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
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.
This commit is contained in:
parent
11d2279f4f
commit
0dc6b45770
1 changed files with 1 additions and 6 deletions
|
@ -45,13 +45,8 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# Test the correct formatting of the healed exercises.
|
|
||||||
echo "Looking for non-conforming code formatting..."
|
echo "Looking for non-conforming code formatting..."
|
||||||
for healed in patches/healed/*.zig
|
zig fmt --check patches/healed
|
||||||
do
|
|
||||||
echo Check $(basename "$healed")
|
|
||||||
zig fmt --check "$healed"
|
|
||||||
done
|
|
||||||
|
|
||||||
# Test the healed exercises. May the compiler have mercy upon us.
|
# Test the healed exercises. May the compiler have mercy upon us.
|
||||||
zig build -Dhealed
|
zig build -Dhealed
|
||||||
|
|
Loading…
Reference in a new issue