Skip to content

Commit 462c3ab

Browse files
committed
add swiftlint config
1 parent bd693d5 commit 462c3ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.swiftlint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
disabled_rules:
2+
- comment_spacing
3+
excluded:
4+
- .build

Sources/WebAuthn/Ceremonies/Registration/CredentialCreationResponse.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ public struct CredentialCreationResponse: Codable {
3131
case clientExtensionResults
3232
case attestationResponse = "response"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)