Skip to content

Commit 0d27c3c

Browse files
authored
Fix swift-format (#675)
* wip * fix * fix
1 parent d6d7ca6 commit 0d27c3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ benchmark:
4949
swift-composable-architecture-benchmark
5050

5151
format:
52-
swift format --in-place --recursive \
52+
swift format \
53+
--ignore-unparsable-files \
54+
--in-place \
55+
--parallel \
56+
--recursive \
5357
./Examples ./Package.swift ./Sources ./Tests
5458

5559
.PHONY: format test-all test-swift test-workspace

0 commit comments

Comments
 (0)