'Gotta scan them all!
- Ensure you have a Java 11 SDK installed on your computer
- Sync project with gradle to ensure dependencies are installed
- Setup autoformatter by running
git config core.hooksPath .git-hooks/hooks
when inside the repo.- This will automatically format your code according to Google's Style Guide just before you make a commit.
- Build will fail if style guide is not adhered to!