coding-blocks / CBOnlineApp

😎⚡️Android App for Coding Blocks Online Courses
https://online.codingblocks.com
GNU General Public License v3.0
153 stars 181 forks source link

Enable lint #974

Closed apoorv-arora closed 3 years ago

apoorv-arora commented 4 years ago

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

boss-contributions-bot[bot] commented 4 years ago

Thanks @apoorv-arora, for opening the pull request! 🙌

One of our mentors will review the pull request soon. ✅

Star ⭐ this project and tweet 🐦 about your contributions.

github-actions[bot] commented 3 years ago

Stale pull request message