#15-ImprovingCodeQuality #19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#15-ImprovingCodeQuality"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added Java-based linting and formatting for .java, .json, and .md files (data-generated .json files are excluded).
Also added a git pre-commit hook that applies the spotless formatting when you commit. To activate it, run
./gradlew installGitHooksAlso added a .code-workspace file to keep track of settings, tasks and recommended extensions.