Description of the changes in your PR
Current project has lint disabled during run. Any new commit may not pass the list of checks provided by android lint. To learn the list of checks that are done by lint, navigate here.
This PR enables lint workflow integration by creating a baseline file which includes all errors (0) & warnings (524) in the current project & treat them as a baseline. Any new commit will now throw an error if they do not follow the lint standard guideline.
What is it? Codebase improvement (dev facing)
Description of the changes in your PR Current project has lint disabled during run. Any new commit may not pass the list of checks provided by android lint. To learn the list of checks that are done by lint, navigate here.
This PR enables lint workflow integration by creating a baseline file which includes all errors (0) & warnings (524) in the current project & treat them as a baseline. Any new commit will now throw an error if they do not follow the lint standard guideline.
Implementation ./gradlew lintDebug