Skip to content

ykbt/customcheckstyle

Repository files navigation

customcheckstyle

original checkstyle checkers

usage

gradle options

repositories {
  maven { url 'https://ykbt.github.io/customcheckstyle/' }
}

dependencies {
  implementation 'com.ykbt:customcheckstyle:0.0.2'
}

checkstyle.xml

NotThrownExceptionCheck

<module name="Checker">
  <module name="TreeWalker">
    <module name="com.ykbt.customcheckstyle.checks.coding.NotThrownExceptionCheck">
      <property name="format" value=".*"/>
      <property name="severity" value="warning"/>
    </module>
  </module>
</module>

About

original checkstyle checkers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages