Commit 4075cff
committed
style: apply new
SwiftLint 0.62.2 adds new rules, quite interesting, about order of modifier where
'nonisolated' modifier must be before visibility modifier like 'private' or 'public'.
However, SwiftFormat which formats for Swift 6.2 rollbacks it and keep visiblity modifiers
before 'nonisolated' modifier.
Thus SwiftLint 0.62.2 and SwiftFormat 0.58.5 with our current settings are in conflicts.
We choose to keep SwiftLint rules first; maybe settings for SwiftFormat will be updated.
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>SwiftLint 0.62.2 rules and update SwiftFormat configuration1 parent 7525572 commit 4075cff
File tree
3 files changed
+4
-4
lines changed- .github
- OUDS/Core/Themes/Wireframe/Sources
- Providers/ComponentTokens
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments