Skip to content

Adopt swift-format, enforce lint in CI - #83

Merged
germ-mark merged 1 commit into
mainfrom
llm/swift-format-lint
Aug 19, 2026
Merged

Adopt swift-format, enforce lint in CI#83
germ-mark merged 1 commit into
mainfrom
llm/swift-format-lint

Conversation

@germ-mark

Copy link
Copy Markdown
Contributor

Runs swift-format across the tree (config already present but unenforced, or newly added where missing), fixes any real strict-lint failures, adds a CI job running swift format lint --strict, and adds .git-blame-ignore-revs for the reformat commit.

Part of an org-wide sweep bringing consistent swift-format lint to Germ's standalone Swift packages.

.swift-format already existed at root but nothing ran it, so it could
drift unenforced. The tree already matched it byte-for-byte (swift
format format/lint --strict both no-op), so this only wires the check
into ci-linux.yml, which already runs Swift directly in a container
with no dependency-resolution/SSH setup needed.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Aug 19, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 4412581

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@germ-mark
germ-mark merged commit ad0a8a0 into main Aug 19, 2026
44 of 50 checks passed
@germ-mark
germ-mark deleted the llm/swift-format-lint branch August 19, 2026 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant