Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/create-release-commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ -z "$SWIFT_SYNTAX_TAG" || -z "$SWIFT_FORMAT_VERSION" ]]; then
fi

# Without this, we can't perform git operations in GitHub actions.
git config --global --add safe.directory $(realpath .)
git config --global --add safe.directory "$(realpath .)"

git config --local user.name 'swift-ci'
git config --local user.email '[email protected]'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SwiftFormat

/// Sanity checks and regression tests for the `respectsExistingLineBreaks` configuration setting
/// Basic checks and regression tests for the `respectsExistingLineBreaks` configuration setting
/// in both true and false states.
final class RespectsExistingLineBreaksTests: PrettyPrintTestCase {
func testExpressions() {
Expand Down