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: clean up build and lint warnings #397

Merged
merged 10 commits into from
Mar 19, 2021
Merged

chore: clean up build and lint warnings #397

merged 10 commits into from
Mar 19, 2021

Conversation

jaeopt
Copy link
Collaborator

@jaeopt jaeopt commented Mar 19, 2021

No description provided.

@jaeopt jaeopt requested a review from a team as a code owner March 19, 2021 16:58
@jaeopt jaeopt removed their assignment Mar 19, 2021
@jaeopt jaeopt requested a review from yasirfolio3 March 19, 2021 16:59
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.584% when pulling 7bcd3d8 on jae/lint into 3b3924c on master.

Copy link
Contributor

@msohailhussain msohailhussain left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -82,6 +70,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
print("Optimizely SDK initiliazation failed: \(error)")
case .success:
print("Optimizely SDK initialized successfully!")
#if !os(iOS)
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the need of this check.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Other platforms (tvOS and watchOS) give warning to ask to add default. To clean up warning.

@jaeopt jaeopt merged commit 4eabd1a into master Mar 19, 2021
@jaeopt jaeopt deleted the jae/lint branch March 19, 2021 17:27
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.

3 participants