We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f50f7 commit 5b914e5Copy full SHA for 5b914e5
Makefile
@@ -1,5 +1,8 @@
1
.PHONY: fmt fmt-lint lint
2
3
+# すべてを実行
4
+all: fmt fmt-lint lint
5
+
6
# swift-format
7
fmt:
8
swift format --in-place --recursive Sora SoraTests
@@ -13,5 +16,3 @@ lint:
13
16
swift package plugin --allow-writing-to-package-directory swiftlint --fix .
14
17
swift package plugin --allow-writing-to-package-directory swiftlint --strict .
15
18
-# すべてを実行
-all: fmt-lint fmt lint
0 commit comments