We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287e6ef commit 5f2b94fCopy full SHA for 5f2b94f
Makefile
@@ -8,14 +8,14 @@ format:
8
--ignore-unparsable-files \
9
--in-place \
10
--recursive \
11
- .
+ $(GIT_REPO_TOPLEVEL)/Package.swift $(GIT_REPO_TOPLEVEL)/Sources $(GIT_REPO_TOPLEVEL)/Tests
12
13
lint:
14
$(SWIFT_FORMAT_BIN) lint \
15
--configuration $(SWIFT_FORMAT_CONFIG_FILE) \
16
17
18
19
20
test:
21
swift test --parallel --enable-code-coverage
0 commit comments