Commit 9b28750
committed
Linter cleanup
Check warning on line 16 in Package.swift
@github-actions github-actions
/ lint
Package.swift#L16
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
Check warning on line 26 in Package.swift
@github-actions github-actions
/ lint
Package.swift#L26
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
Check warning on line 6 in Tests/GameKitUITests/XCTestManifests.swift
@github-actions github-actions
/ lint
Tests/GameKitUITests/XCTestManifests.swift#L6
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
Check warning on line 13 in Tests/GameKitUITests/GameKitUITests.swift
@github-actions github-actions
/ lint
Tests/GameKitUITests/GameKitUITests.swift#L13
Trailing Comma Violation: Collection literals should not have trailing commas. (trailing_comma)
Check warning on line 35 in Sources/GameKitUI/GKAuthenticationView.swift
@github-actions github-actions
/ lint
Sources/GameKitUI/GKAuthenticationView.swift#L35
Line Length Violation: Line should be 120 characters or less: currently 141 characters (line_length)
Check warning on line 46 in Sources/GameKitUI/GKAuthenticationView.swift
@github-actions github-actions
/ lint
Sources/GameKitUI/GKAuthenticationView.swift#L46
Line Length Violation: Line should be 120 characters or less: currently 161 characters (line_length)
Check warning on line 82 in Sources/GameKitUI/GKAuthenticationView.swift
@github-actions github-actions
/ lint
Sources/GameKitUI/GKAuthenticationView.swift#L82
Notification Center Detachment Violation: An object should only remove itself as an observer in `deinit`. (notification_center_detachment)1 parent 18df7d6 commit 9b28750
File tree
4 files changed
+20
-17
lines changed- Sources/GameKitUI
- Tests/GameKitUITests
4 files changed
+20
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 66 | + | |
71 | 67 | | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
75 | 71 | | |
76 | 72 | | |
77 | | - | |
78 | 73 | | |
79 | 74 | | |
80 | | - | |
81 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
0 commit comments