-
Notifications
You must be signed in to change notification settings - Fork 155
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
Add gradle lint #1096
base: master
Are you sure you want to change the base?
Add gradle lint #1096
Conversation
@fzdy1914 @eugenepeh If you both think having a gradle lint is a good idea, I can try out more useful rules and apply them accordingly. Or I will just stick with PR #1095 Let me know your thoughts on it. |
Hmm, if its a one-time thing then its better not to integrate it into the repo as it is also a plugin itself that may somewhat affect the build time. We can however, leave it as an active PR to help us detect misuse from time to time. |
@Tejas2805, I accidentally mess up this PR, can you help fix it? |
We can add a gradle lint to check unused dependencies and deprecated packages and update them accordingly.
PR #1095 was based on this