You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gardening]: batch swiftlint calls for all modified files (#261)
### 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
- updates commit hook script to make one call to swiftformat with all the files to lint
- adds a `swiftversion` config specifying 5.7 as the language version the linter will use when running
0 commit comments