Skip to content

Commit 32e5679

Browse files
committed
fix: allow underscores in RFC type names for SwiftLint
The RFC_XXXX naming convention is intentional and standard for these packages.
1 parent 4595351 commit 32e5679

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.swiftlint.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ identifier_name:
6262
- URL
6363
- to
6464
- db
65+
66+
# Type name settings - allow RFC_XXXX pattern
67+
type_name:
68+
allowed_symbols:
69+
- "_"

0 commit comments

Comments
 (0)