square / workflow-swift

A Swift and Kotlin library for making composable state machines, and UIs driven by those state machines.
https://square.github.io/workflow
Apache License 2.0
322 stars 44 forks source link

[gardening]: batch swiftlint calls for all modified files #261

Closed jamieQ closed 8 months ago

jamieQ commented 8 months ago

Issue

the current pre-commit hook builds & runs swiftformat on every lint-able file, which can take a relatively long time if many changes have been made

Description

Checklist