Skip to content

Commit 6871ea4

Browse files
committed
Merge branch 'fix-build-issues-on-xcode-16-ios-740'
2 parents 3305d6a + 48691d3 commit 6871ea4

File tree

10 files changed

+31
-89
lines changed

10 files changed

+31
-89
lines changed

ios/.swiftlint.yml

-8
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ type_name:
4444
error: 60
4545
excluded: iPhone # excluded via string
4646
allowed_symbols: ["_"] # these are allowed in type names
47-
identifier_name:
48-
allowed_symbols: ["_"] # these are allowed in type names
49-
min_length:
50-
error: 3
51-
excluded:
52-
- id
53-
- URL
54-
- GlobalAPIKey
5547
reporter: "xcode"
5648
nesting:
5749
type_level:

0 commit comments

Comments
 (0)