-
Notifications
You must be signed in to change notification settings - Fork 8
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: Resolve linting issues #48
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other code is looking good to me only one comment I have
} | ||
} catch (ex: Exception) { | ||
result.error(TAG, ex.message, null) | ||
null | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually this is just a line formatting issue. i have fixed this. the builds from CI are all working, showing this isn't a syntax issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove Extra line
} catch (ex: Exception) { | ||
result.error(TAG, ex.message, null) | ||
null | ||
} | ||
} | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c39b7c8
to
0be6142
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Instructions
development
Summary
Linter showed that there were several
Unchecked cast
errors. This PR resolves them.Testing Plan
I manually tested events that included a product, impression, promotion event with custom attributes, as well as added CCPA to ensure all data was still sent properly with no crashes.
Reference Issue (For mParticle employees only. Ignore if you are an outside contributor)