Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR:
- `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change)
- `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
- `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
- `@Commit-Lint merge disable` will desactivate merge dependabot PR
- `@Commit-Lint review` will approve dependabot PR
- `@Commit-Lint stop review` will stop approve dependabot PR
Description
This PR creates the necessary Gradle and vscode tasks to make using
google-java-format
possible in this project across IDEs.Changes
spotless
plugin, that makesgoogle-java-format
linting through gradle easy and intuitive.gradle test
andgradle check
tasks for easier integration with the IDE.java
files according to thegoogle-java-format
spec.Comments
In order for IntelliJ users to get the most out of these changes, they should install the google-java-format plugin.
For VSCode useres, they should install
googe-java-format
to their PATH, ie via bew