Skip to content
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

chore(deps): update dependency fastlane to v2.224.0 #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

chore(deps): update dependency fastlane to v2.224.0

0bd6634
Select commit
Loading
Failed to load commit list.
Open

chore(deps): update dependency fastlane to v2.224.0 #196

chore(deps): update dependency fastlane to v2.224.0
0bd6634
Select commit
Loading
Failed to load commit list.
Xcode Cloud / MQTTAnalyzer | Build + Test | Build - macOS succeeded Oct 4, 2024 in 5m 27s

12 warnings

Report Summary
Errors 0
Test Failures 0
Analysis Issues 0
Warnings 12

Details

12 Warnings

Details

  src/MQTTAnalyzer/views/host/form/topic/TopicCell.swift:17
      'init(destination:isActive:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  src/MQTTAnalyzerUITests/extensions/XCTestCase+toggle.swift:22
      Vertical Whitespace Violation: Limit vertical whitespace to a single empty line. Currently 2. (vertical_whitespace)
  src/MQTTAnalyzerUITests/extensions/XCTestCase+toggle.swift:120
      Vertical Whitespace Violation: Limit vertical whitespace to a single empty line. Currently 2. (vertical_whitespace)
  src/MQTTAnalyzerUITests/extensions/XCTestCase+toggle.swift:158
      Legacy Constructor Violation: Swift constructors are preferred over legacy convenience functions. (legacy_constructor)
  src/MQTTAnalyzer/views/topic/TopicCellView.swift:21
      'init(destination:tag:selection:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  src/MQTTAnalyzer/views/host/form/topic/TopicsFormView.swift:21
      'init(destination:tag:selection:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  src/Common/model/MsgMessage.swift:28
      Trailing Newline Violation: Files should have a single trailing newline. (trailing_newline)
  src/Common/model/search/SearchIndex.swift:17
      Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant. (redundant_optional_initialization)
  src/fastlane/SnapshotHelper.swift:206
      Unused Closure Parameter Violation: Unused parameter "context" in a closure should be replaced with _. (unused_closure_parameter)
  src/MQTTAnalyzerUITests/extensions/XCTestCase+toggle.swift:156
      Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration. (vertical_parameter_alignment)
  src/fastlane/SnapshotHelper.swift:226
      Line Length Violation: Line should be 150 characters or less: currently 158 characters (line_length)
  src/MQTTAnalyzerUITests/extensions/XCTestCase+toggle.swift:42
      Vertical Whitespace Violation: Limit vertical whitespace to a single empty line. Currently 2. (vertical_whitespace)