Skip to content

Commit d6e944e

Browse files
committed
resolve swiftlint violations
1 parent 5aff25f commit d6e944e

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

CodeEdit/Features/Editor/TabBar/Tabs/Views/EditorTabs.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ struct EditorTabs: View {
114114
CGFloat(140)
115115
)
116116
}
117-
118-
119-
120117
// Disable the rule because this function is implementing the drag gesture and its animations.
121118
// It is fairly complicated, so ignore the function body length limitation for now.
122119
// swiftlint:disable function_body_length cyclomatic_complexity

CodeEdit/Features/WindowCommands/NavigateCommands.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ struct NavigateCommands: Commands {
6464
editor?.goBackInHistory()
6565
}
6666
.disabled(!(editor?.canGoBackInHistory ?? false))
67-
6867
}
6968
.disabled(editor == nil)
7069
}

0 commit comments

Comments
 (0)