Skip to content

Commit 98a34bf

Browse files
committed
Enable format_check_enabled
1 parent 0b2a09c commit 98a34bf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
2121
with:
2222
license_header_check_project_name: "Swift.org"
23-
format_check_enabled: false # aspire to true
2423

2524
build-examples:
2625
strategy:

.swift-format

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"rules": {
3+
"AlwaysUseLowerCamelCase": false
4+
}
5+
}

0 commit comments

Comments
 (0)