-
Notifications
You must be signed in to change notification settings - Fork 7
indra checkstyle
zml edited this page Feb 1, 2022
·
4 revisions
The net.kyori.indra.checkstyle
plugin configures the checkstyle
plugin to:
- Search the root project's
.checkstyle
directory for configuration - Apply a
severity
property for the checkstyle config with a value oferror
- Use the version of
checkstyle
defined in the indra extension.- This may be upgraded by other artifacts in the
checkstyle
configuration, but never downgraded (since 2.1.0)
- This may be upgraded by other artifacts in the
Property | Description | Default |
---|---|---|
checkstyle() |
Checkstyle version to use. | 9.3 |