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

SwiftLint fixes. #2899

Merged
merged 3 commits into from
Jun 5, 2024
Merged

SwiftLint fixes. #2899

merged 3 commits into from
Jun 5, 2024

Conversation

pixlwave
Copy link
Contributor

@pixlwave pixlwave commented Jun 4, 2024

Fixes warnings from non_optional_string_data_conversion and static_over_final_class rules.

Note: This leaves the Data -> String warnings as that part of the rule is going to be reverted.

non_optional_string_data_conversion and static_over_final_class
@pixlwave pixlwave requested a review from a team as a code owner June 4, 2024 15:01
@pixlwave pixlwave requested review from stefanceriu and removed request for a team June 4, 2024 15:01
Copy link

github-actions bot commented Jun 4, 2024

Warnings
⚠️ Please add a changelog.
⚠️ Some of the commits are missing ticket numbers. Please consider squashing all commits that don't have a tracking number.

Generated by 🚫 Danger Swift against 3422dda

Copy link

sonarcloud bot commented Jun 4, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Jun 4, 2024

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 78.04%. Comparing base (8498cbd) to head (3422dda).

Files Patch % Lines
...eens/RoomScreen/RoomScreenInteractionHandler.swift 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2899      +/-   ##
===========================================
- Coverage    78.16%   78.04%   -0.12%     
===========================================
  Files          687      687              
  Lines        53363    53358       -5     
===========================================
- Hits         41710    41644      -66     
- Misses       11653    11714      +61     
Flag Coverage Δ
unittests 68.61% <92.30%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@stefanceriu stefanceriu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎

@pixlwave pixlwave merged commit c515934 into develop Jun 5, 2024
9 checks passed
@pixlwave pixlwave deleted the doug/swiftlint branch June 5, 2024 06:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants