Skip to content

Commit 5f2b94f

Browse files
authored
Update Makefile
1 parent 287e6ef commit 5f2b94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ format:
88
--ignore-unparsable-files \
99
--in-place \
1010
--recursive \
11-
.
11+
$(GIT_REPO_TOPLEVEL)/Package.swift $(GIT_REPO_TOPLEVEL)/Sources $(GIT_REPO_TOPLEVEL)/Tests
1212

1313
lint:
1414
$(SWIFT_FORMAT_BIN) lint \
1515
--configuration $(SWIFT_FORMAT_CONFIG_FILE) \
1616
--ignore-unparsable-files \
1717
--recursive \
18-
.
18+
$(GIT_REPO_TOPLEVEL)/Package.swift $(GIT_REPO_TOPLEVEL)/Sources $(GIT_REPO_TOPLEVEL)/Tests
1919

2020
test:
2121
swift test --parallel --enable-code-coverage

0 commit comments

Comments
 (0)