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
Motivation:
Recent versions of SwiftFormat seem to have issues when loading
configuration files. This causes the lint check to unexpectedlty fail in
CI.
Modifications:
- Pin the SwiftFormat version in CI
- Ensure the exit code from the sanity script is bubbled up to the
travis script
Result:
Formatting works in CI
0 commit comments