Skip to content

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 of error
  • 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)

indra extension properties

Property Description Default
checkstyle() Checkstyle version to use. 9.3
Clone this wiki locally