We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f272559 commit d1025b9Copy full SHA for d1025b9
1 file changed
src/Tuist/ProjectDescriptionHelpers/SwiftLintScript.swift
@@ -10,11 +10,8 @@ public let swiftLintScript: TargetScript = .pre(
10
export PATH="/opt/homebrew/bin:$PATH"
11
12
SWIFTLINT_PATH=$(which swiftlint)
13
- echo "❗️SwiftLint Path: $SWIFTLINT_PATH"
14
SWIFTLINT_CONFIG_PATH="${SRCROOT%/*/*}/.swiftlint.yml"
15
- echo "❗️SRCROOT Path: ${SWIFTLINT_CONFIG_PATH}"
16
17
- # SwiftLint 실행
18
if [ -n "$SWIFTLINT_PATH" ]; then
19
swiftlint --config "$SWIFTLINT_CONFIG_PATH"
20
else
0 commit comments