8000 [deps]: Update mint minor by renovate[bot] · Pull Request #641 · bitwarden/ios · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[deps]: Update mint minor #641

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ analyzer_rules:
- unused_import

disabled_rules:
- non_optional_string_data_conversion
- todo
- trailing_whitespace # Covered by SwiftFormat
- vertical_whitespace # Covered by SwiftFormat
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ struct ViewItemDetailsView: View {
.imageStyle(.accessoryIcon)
}
.accessibilityIdentifier("HiddenCustomFieldCopyValueButton")

case .text:
Button {
store.send(.copyPressed(value: value, field: .customTextField))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ struct VaultListItemRowView: View {
Text("\(count)")
.styleGuide(.body)
.foregroundColor(Asset.Colors.textSecondary.swiftUIColor)

case let .totp(_, model):
totpCodeRow(model)
}
Expand Down
6 changes: 3 additions & 3 deletions Mintfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mono0926/LicensePlist@3.25.1
nicklockwood/SwiftFormat@0.53.8
nicklockwood/SwiftFormat@0.54.0
SwiftGen/SwiftGen@6.6.3
realm/SwiftLint@0.54.0
yonaskolb/xcodegen@2.40.1
realm/SwiftLint@0.55.1
yonaskolb/xcodegen@2.41.0
Loading
0