style(swift): fix lint and formatting warnings

This commit is contained in:
Peter Steinberger
2025-12-14 03:48:07 +00:00
parent 3a08e6df9d
commit dde9fddae4
8 changed files with 43 additions and 25 deletions

View File

@@ -31,6 +31,7 @@ targets:
product: ClawdisChatUI
preBuildScripts:
- name: SwiftFormat (lint)
basedOnDependencyAnalysis: false
script: |
set -euo pipefail
if ! command -v swiftformat >/dev/null 2>&1; then
@@ -41,6 +42,7 @@ targets:
"$SRCROOT/Sources" \
"$SRCROOT/../shared/ClawdisKit/Sources"
- name: SwiftLint
basedOnDependencyAnalysis: false
script: |
set -euo pipefail
if ! command -v swiftlint >/dev/null 2>&1; then