Skip to content

Commit d1025b9

Browse files
committed
[BOOK-41] chore: delete path debug
1 parent f272559 commit d1025b9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Tuist/ProjectDescriptionHelpers/SwiftLintScript.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ public let swiftLintScript: TargetScript = .pre(
1010
export PATH="/opt/homebrew/bin:$PATH"
1111
1212
SWIFTLINT_PATH=$(which swiftlint)
13-
echo "❗️SwiftLint Path: $SWIFTLINT_PATH"
1413
SWIFTLINT_CONFIG_PATH="${SRCROOT%/*/*}/.swiftlint.yml"
15-
echo "❗️SRCROOT Path: ${SWIFTLINT_CONFIG_PATH}"
1614
17-
# SwiftLint 실행
1815
if [ -n "$SWIFTLINT_PATH" ]; then
1916
swiftlint --config "$SWIFTLINT_CONFIG_PATH"
2017
else

0 commit comments

Comments
 (0)