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

Fix Lint Errors #277

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Fix Lint Errors #277

merged 2 commits into from
Jun 6, 2024

Conversation

jaxdesmarais
Copy link
Collaborator

Summary of changes

Checklist

  • [ ] Added a changelog entry

Authors

@jaxdesmarais jaxdesmarais requested a review from a team as a code owner June 6, 2024 15:53
@@ -13,6 +13,7 @@ disabled_rules:
- type_name # tests will have have the format <SUT>_Tests
- xctfail_message
- blanket_disable_command
- non_optional_string_data_conversion
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The places where this rule was being triggered (example here) were places where we were using if let or guard let to safely unwrap these values. There is some debate on reverting and/or changing this rule here so I've opted to disable it for us for now since we are already treating the triggers for this rule safely.

@jaxdesmarais jaxdesmarais merged commit 93c59e9 into main Jun 6, 2024
5 checks passed
@jaxdesmarais jaxdesmarais deleted the fix-lint-errors branch June 6, 2024 18:14
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

3 participants