Skip to content

Commit cafe1f1

Browse files
committed
chore pre-push swiftFormat 파일 경로 변경
1 parent 6daf6d6 commit cafe1f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.githooks/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
fi
1414

1515
# 포맷팅 결과 ,
16-
RESULT=$($FORMAT ./IOS08Shook --config .swiftformat)
16+
RESULT=$($FORMAT ./Projects--config .swiftformat)
1717

1818
if [ "$RESULT" == '' ]; then
1919
git add .

.swiftformat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
--exclude /Tuist
77

88
# rules
9+
--disable trailingCommas
910
--enable blockComments
1011
--enable markTypes
1112
--enable noExplicitOwnership

0 commit comments

Comments
 (0)