Skip to content

Conversation

@jamesrochabrun
Copy link
Owner

  • Update pattern matching syntax to hoist let keywords individually
  • Change from case let .jsonSchema(schema, name): to case .jsonSchema(let schema, let name):
  • Ensures compliance with SwiftFormat rules

🤖 Generated with Claude Code

- Update pattern matching syntax to hoist let keywords individually
- Change from `case let .jsonSchema(schema, name):` to `case .jsonSchema(let schema, let name):`
- Ensures compliance with SwiftFormat rules

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@jamesrochabrun jamesrochabrun merged commit 59d56e5 into main Jun 20, 2025
3 checks passed
@jamesrochabrun jamesrochabrun deleted the fix/swiftformat-lint-issues branch June 20, 2025 06:04
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