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
It can be useful to be able to control which binary is used for the
formatting soundness checks. This is particularly useful if someone
wanted to use this script locally to reproduce the formatting
check before committing and where they may have more than one binary
available.
SWIFT_FORMAT_BIN="${SWIFT_FORMAT_BIN:-$(which swift-format 2> /dev/null)}";test -n "$SWIFT_FORMAT_BIN"|| fatal "SWIFT_FORMAT_BIN unset and no swift-format on PATH"
0 commit comments