A checkstyle extension for Java.
Donations are very much appreciated! It will help support the life and health of this project(also the developer needs coffee).
- Grab checkstyle version from
build.gradle
- "Fix suggestion" windows.
- Auto-linting.
- Automatically downloads the checkstyle version you need.
- Ability to use
${workspaceFolder}
in configs.
None at the moment.
java.checkstyle.version
: The version of checkstyle you want to use.- Default:
8.16
- Default:
java.checkstyle.enabled
: Enable auto-checking of files.- Default:
true
- Default:
java.checkstyle.properties
: Java system properties that you will be using inside of your checkstyle configuration file.- Default:
null
- Default:
java.checkstyle.configuration
: Java checkstyle configuration file.- Default: Google Checkstyle
null
- Ability to use
${workspaceFolder}
in configs - If no checkstyle configuration file is defined, Google checkstyle will be used.
Adding donation links.
Updating the readme and adding an icon.
Initial release of the extension.