-
Notifications
You must be signed in to change notification settings - Fork 625
Prototype a lint check for fis. #1346
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
Conversation
b3dc67e
to
7b5bc6b
Compare
Codecov Report
Continue to review full report at Codecov.
|
Binary Size ReportAffected SDKs
Test Logs |
7b5bc6b
to
b52f126
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.
What happens if other firebase teams ( eg: fiam ) adds dependency like this:
implementation project(':firebase-installations-interop')
runtimeOnly project(':firebase-installations')
Will the lint check run even then?
@ankitaj224 the check will run but it will not find iid among dependencies, hence it will not fail |
In case of FIAM- that's correct. But if some other teams have iid dependency I can assume it will correctly identify that. |
No description provided.