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

Analytics for device forecast details entry point #214

Fixed typo

56c665f
Select commit
Loading
Failed to load commit list.
Merged

Analytics for device forecast details entry point #214

Fixed typo
56c665f
Select commit
Loading
Failed to load commit list.
Xcode Cloud / WeatherXM | Unit tests | Test - iOS succeeded Jan 17, 2025 in 10m 41s

9 warnings

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

Details

9 Warnings

Details

  WeatherXMTests/Toolkit/FoundationExtensionsTests.swift:65
      Initialization of immutable value 'negativeIndex' was never used; consider replacing with assignment to '_' or removing it
  PresentationLayer/UIComponents/BaseComponents/CustomSegmentView.swift:243
      Initialization of immutable value 'extraPadding' was never used; consider replacing with assignment to '_' or removing it
  PresentationLayer/UIComponents/Screens/MultipleAlerts/AlertsViewModel.swift:111
      Open pulse link
  PresentationLayer/UIComponents/MapBox/MapBoxMapView.swift:92
      'userInfo' is deprecated: Use customData instead.
  PresentationLayer/UIComponents/BaseComponents/StepsNavView.swift:227
      Extension declares a conformance of imported type 'UINavigationController' to imported protocol 'UIGestureRecognizerDelegate'; this will not behave correctly if the owners of 'UIKit' introduce this conformance in the future
  PresentationLayer/UIComponents/Screens/WeatherCharts/WeatherLineChart.swift:174
      TBD: Since the y axis labels are hidden is this snippet necessary
  PresentationLayer/UIComponents/Screens/DeviceInfo/DeviceInfoFactory.swift:32
      TODO: Format when info is ready
  PresentationLayer/UIComponents/Screens/ExplorerSignIn/RegisterView.swift:82
      'animation' was deprecated in iOS 15.0: Use withAnimation or animation(_:value:) instead.
  PresentationLayer/UIComponents/Screens/ExplorerSignIn/SignInView.swift:82
      'animation' was deprecated in iOS 15.0: Use withAnimation or animation(_:value:) instead.